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:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2007-12-28 03:33:04 +0300
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2007-12-28 03:33:04 +0300
commit87b42b7738ade2d11e2ccd9fee3538054ebd1fc4 (patch)
treed0cd729eeb26ac7f284bc718dd4ebd0717a7b363 /winsup/mingw
parent533209165e4a4b0b3ffa9951a05892d8bb027e21 (diff)
2007-12-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.14.
Diffstat (limited to 'winsup/mingw')
-rw-r--r--winsup/mingw/ChangeLog4
-rw-r--r--winsup/mingw/include/_mingw.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index f4bc63f59..9c1de4347 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+ * include/_mingw.h: Increment version to 3.14.
+
2007-11-26 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Makefile.in: Add libmsvcr90.a and libmsvcr90d.a targets.
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 6f1c1fe28..230727219 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -188,8 +188,8 @@ allow GCC to optimize away some EH unwind code, at least in DW2 case. */
# define __MSVCRT_VERSION__ 0x0600
#endif
-#define __MINGW32_VERSION 3.13
+#define __MINGW32_VERSION 3.14
#define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 13
+#define __MINGW32_MINOR_VERSION 14
#endif /* __MINGW_H */