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-09-05 18:27:29 +0400
committerEarnie Boyd <earnie@users.sf.net>2002-09-05 18:27:29 +0400
commit6f28fb6195c1df6cb57d1a07832619985287bf15 (patch)
tree5ad60deb0e047180e18964520c44bee5b5a8f65b
parent31736d17680ef03119f388bc19db77ee272cdf48 (diff)
* include/_mingw.h: Increment version to 2.3.
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 654e975df..f43b0ffdc 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,10 @@
2002-09-05 Earnie Boyd <earnie@users.sf.net>
+ * include/_mingw.h: Increment version to 2.3.
+ Makefile.in: Ditto.
+
+2002-09-05 Earnie Boyd <earnie@users.sf.net>
+
* mingwex/fegetenv.c: Change to \n line endings.
* mingwex/vsnprintf.c: Ditto.
* mingwex/vsnwprintf.c: Ditto.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index ae3392a8d..332fb1784 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.2
+VERSION = 2.3
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 796476265..f04cb0006 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.1
+#define __MINGW32_VERSION 2.3
#define __MINGW32_MAJOR_VERSION 2
-#define __MINGW32_MINOR_VERSION 2
+#define __MINGW32_MINOR_VERSION 3
#endif /* __MINGW_H */