OSDN Git Service

2010-03-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorironhead <ironhead>
Sun, 7 Mar 2010 12:10:38 +0000 (12:10 +0000)
committerironhead <ironhead>
Sun, 7 Mar 2010 12:10:38 +0000 (12:10 +0000)
        * include/_mingw.h: Increment version to 3.18.

winsup/mingw/ChangeLog
winsup/mingw/include/_mingw.h

index d2de8e1..8c671f7 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+       * include/_mingw.h: Increment version to 3.18.
+
 2010-03-02  Daniel Atallah <datallah@users.sourceforge.net>
 
        * include/stdio.h: (_vscprintf, _vscwprintf)
index e7cee80..63d6caa 100644 (file)
@@ -22,9 +22,9 @@
  */
 #define __MINGW_H
 
-#define __MINGW32_VERSION           3.17
+#define __MINGW32_VERSION           3.18
 #define __MINGW32_MAJOR_VERSION     3
-#define __MINGW32_MINOR_VERSION     17
+#define __MINGW32_MINOR_VERSION     18
 #define __MINGW32_PATCHLEVEL        0
 
 #if __GNUC__ >= 3