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.h4
3 files changed, 8 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index f3971b9a4..085b18f54 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-20 Earnie Boyd <earnie@users.sf.net>
+
+ * include/_mingw.h: Increment version to 2.4.
+ Makefile.in: Ditto.
+
2002-12-12 Earnie Boyd <earnie@users.sf.net>
* include/malloc.h (_alloca): Add definition.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index f2e5d253d..6b1fe8e8b 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.3
+VERSION = 2.4
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index f04cb0006..8e70eacb2 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.3
+#define __MINGW32_VERSION 2.4
#define __MINGW32_MAJOR_VERSION 2
-#define __MINGW32_MINOR_VERSION 3
+#define __MINGW32_MINOR_VERSION 4
#endif /* __MINGW_H */