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
path: root/winsup
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2003-09-15 19:21:53 +0400
committerEarnie Boyd <earnie@users.sf.net>2003-09-15 19:21:53 +0400
commit7fe8e9029914ebcaa8c034fab5d3fa08225162a9 (patch)
tree36a6613bc753edc3892cc76a4a7fc9cd5a59ab76 /winsup
parent42f4ef11312391296a89561133624e5f9eaaa459 (diff)
* include/_mingw.h: Increment version to 3.2.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup')
-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 664a751fa..0692ecbd5 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-15 Earnie Boyd <earnie@users.sf.net>
+
+ * include/_mingw.h: Increment version to 3.2.
+ * Makefile.in: Ditto.
+
2003-07-03 Earnie Boyd <earnie@users.sf.net>
* config.guess, config.sub: Update with versions from ftp.gnu.org.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index dd7a951be..76d7f7628 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.1
+VERSION = 3.2
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 71fd1703a..c9dee0450 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -100,8 +100,8 @@
# endif
#endif /* __GNUC__ */
-#define __MINGW32_VERSION 3.1
+#define __MINGW32_VERSION 3.2
#define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 1
+#define __MINGW32_MINOR_VERSION 2
#endif /* __MINGW_H */