OSDN Git Service

2008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorironhead <ironhead>
Sat, 4 Oct 2008 22:27:15 +0000 (22:27 +0000)
committerironhead <ironhead>
Sat, 4 Oct 2008 22:27:15 +0000 (22:27 +0000)
        * include/_mingw.h: Increment version to 3.15.1 and introduce
        __MINGW32_PATCHLEVEL variable.

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

index f5cac41..a39cfe9 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+       * include/_mingw.h: Increment version to 3.15.1 and introduce
+       __MINGW32_PATCHLEVEL variable.
+
 2008-10-03  Keith Marshall  <keithmarshall@users.sourceforge.net>
 
        Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly.
index 63bbea9..ec91c6c 100644 (file)
  */
 #define __MINGW_H
 
-#define __MINGW32_VERSION           3.15
+#define __MINGW32_VERSION           3.15.1
 #define __MINGW32_MAJOR_VERSION     3
 #define __MINGW32_MINOR_VERSION     15
+#define __MINGW32_PATCHLEVEL        1
 
 #if __GNUC__ >= 3
 #pragma GCC system_header