Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2002-06-15 19:56:58 +0400
committerEarnie Boyd <earnie@users.sf.net>2002-06-15 19:56:58 +0400
commit5ae611458b5e107705f414c782afc53ce0bd4b59 (patch)
tree8364fcdca82c3361920442fbb997bcad75e108a0 /winsup/mingw
parent00f55bc3a967474915d3ff2cf6e6c664380a6294 (diff)
* include/_mingw.h: Increment to version 2.1.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup/mingw')
-rw-r--r--winsup/mingw/ChangeLog5
-rw-r--r--winsup/mingw/Makefile.in2
-rw-r--r--winsup/mingw/include/_mingw.h4
3 files changed, 8 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index ac7cffc3b..72ae3ce5a 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,10 @@
2002-06-15 Earnie Boyd <earnie@users.sf.net>
+ * include/_mingw.h: Increment to version 2.1.
+ * Makefile.in: Ditto.
+
+2002-06-15 Earnie Boyd <earnie@users.sf.net>
+
* Makefile.in (conf_prefix): New variable.
(dist_prefix): Ditto. Conditionally set to $(conf_prefix).
(bindist): Use dist_prefix.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index f827d2727..ddb44fb6e 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -18,7 +18,7 @@
# This makefile requires GNU make.
PACKAGE = mingw-runtime
-VERSION = 2.0
+VERSION = 2.1
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index f8b126142..0ee41f3fe 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -60,9 +60,9 @@
# define __int64 long long
#endif /* __GNUC__ */
-#define __MINGW32_VERSION 2.0
+#define __MINGW32_VERSION 2.1
#define __MINGW32_MAJOR_VERSION 2
-#define __MINGW32_MINOR_VERSION 0
+#define __MINGW32_MINOR_VERSION 1
#endif /* __MINGW_H */