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:
-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 c4307557c..b0666e73d 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,10 @@
2003-02-08 Earnie Boyd <earnie@users.sf.net>
+ * include/_mingw.h: Change version to 3.0
+ * Makefile.in: Ditto.
+
+2003-02-08 Earnie Boyd <earnie@users.sf.net>
+
* include/stdlib.h: Make words after #endif a comment.
2003-02-07 Danny Smith <dannysmith@users.sourceforge.net>
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 7b6bf6512..4e57d0cea 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.4
+VERSION = 3.0
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 8e70eacb2..b1eec3598 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -65,9 +65,9 @@
# define __int64 long long
#endif /* __GNUC__ */
-#define __MINGW32_VERSION 2.4
-#define __MINGW32_MAJOR_VERSION 2
-#define __MINGW32_MINOR_VERSION 4
+#define __MINGW32_VERSION 3.0
+#define __MINGW32_MAJOR_VERSION 3
+#define __MINGW32_MINOR_VERSION 0
#endif /* __MINGW_H */