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>2003-10-10 22:25:10 +0400
committerEarnie Boyd <earnie@users.sf.net>2003-10-10 22:25:10 +0400
commitf3d038041792fc7b768d64be208621bbe4c3cf8c (patch)
tree2620bb68fdad4986dfa707f4e23bf863a20cbfc9 /winsup/mingw
parentcca873af60ab8593c9e7bb37356fd1ebbdbb9e69 (diff)
* include/_mingw.h: Increment version to 3.2.
* 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.h6
3 files changed, 9 insertions, 4 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 59d11cbc3..2aa669d36 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,8 @@
+2003-10-10 Earnie Boyd <earnie@users.sf.net>
+
+ * include/_mingw.h: Increment version to 3.2.
+ * Makefile.in: Ditto.
+
2003-10-10 Earnie Boyd <earnie@users.sourceforge.net>
* include/sys/types.h: Revert last change.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 76d7f7628..656fd25b7 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -18,7 +18,7 @@
# This makefile requires GNU make.
PACKAGE = mingw-runtime
-VERSION = 3.2
+VERSION = 4.0
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index c88fc1c77..3aa445363 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -106,8 +106,8 @@
#define __CRT_INLINE extern __inline__
#endif
-#define __MINGW32_VERSION 3.2
-#define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 2
+#define __MINGW32_VERSION 4.0
+#define __MINGW32_MAJOR_VERSION 4
+#define __MINGW32_MINOR_VERSION 0
#endif /* __MINGW_H */