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-12-20 18:40:10 +0300
committerEarnie Boyd <earnie@users.sf.net>2002-12-20 18:40:10 +0300
commit992b4c1edc0238410a1231cfac7c802421764283 (patch)
tree4d045a2929ccc86be5ab423a021bbb9ea7fdfa2e
parent63f5d32954efc99e07ef4d716d71ce4e92b1e336 (diff)
* include/_mingw.h: Increment version to 2.4.
Makefile.in: Ditto.
-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 */