summaryrefslogtreecommitdiffstats
path: root/winsup
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2005-08-13 12:52:43 +0000
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2005-08-13 12:52:43 +0000
commit50f196b57f00d411133ef72165015c63562b9c3e (patch)
tree6314a886025e03955e36683bd8de0fa2583b967b /winsup
parentb527e96688b2a63b43c8b0eb5a091d13e05be795 (diff)
downloadcygnal-50f196b57f00d411133ef72165015c63562b9c3e.tar.gz
cygnal-50f196b57f00d411133ef72165015c63562b9c3e.tar.bz2
cygnal-50f196b57f00d411133ef72165015c63562b9c3e.zip
* Include/_mingw.h: Increment version to 3.8.
* 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 5fc2e9a71..4566d7e01 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-13 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+ * Include/_mingw.h: Increment version to 3.8.
+ * Makefile.in: Ditto.
+
2005-08-10 Danny Smith <dannysmith@users.sourceforge.net>
* include/wctype.h (towupper, towlower): Change arg and return value
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index d80665109..5fa7232a1 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.7
+VERSION = 3.8
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 2d7a47cde..da94a6553 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -158,8 +158,8 @@
# define __MSVCRT_VERSION__ 0x0600
#endif
-#define __MINGW32_VERSION 3.7
+#define __MINGW32_VERSION 3.8
#define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 7
+#define __MINGW32_MINOR_VERSION 8
#endif /* __MINGW_H */