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-09-08 01:35:38 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2008-09-08 01:35:38 +0400
commit49c5a1a6b21b379537d114793276ed39fd70917b (patch)
treebb1f9c29dd06d6f422d235757e7ccce358a9bcc3
parentcef0517a2309da381270d1e471347232fe54c9b9 (diff)
2008-09-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.15.
-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 48d10cc85..c704a2eac 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-07 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+ * include/_mingw.h: Increment version to 3.15.
+
2008-09-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Makefile.in: Adjust to new naming standard for MinGW while maintaining old
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 65f23a598..63bbea963 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -22,9 +22,9 @@
*/
#define __MINGW_H
-#define __MINGW32_VERSION 3.14
+#define __MINGW32_VERSION 3.15
#define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 14
+#define __MINGW32_MINOR_VERSION 15
#if __GNUC__ >= 3
#pragma GCC system_header