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>2008-10-05 02:27:15 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-10-05 02:27:15 +0400
commit665ca5231d6af70d6ad56af6f177663561ff7f9a (patch)
treeaeb3df3b98f2d8c2c9d0f149155ce10006bb3db2 /winsup/mingw
parent32c4e2bca7a92a9ab4f0bade10617b0e2ef93404 (diff)
2008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.15.1 and introduce __MINGW32_PATCHLEVEL variable.
Diffstat (limited to 'winsup/mingw')
-rw-r--r--winsup/mingw/ChangeLog5
-rw-r--r--winsup/mingw/include/_mingw.h3
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index f5cac4132..a39cfe982 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -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.
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 63bbea963..ec91c6c52 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -22,9 +22,10 @@
*/
#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