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>2011-08-20 09:00:12 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2011-08-20 09:00:12 +0400
commit8d5b10a681b0b7386a7c638a2b95222286e14cdf (patch)
treec86360231c3f931dc5747da4a54659f6f6733070
parent0ed575b596b2d3942e87d2b3d18c95d1ccf90676 (diff)
2011-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.19.
-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 8e7e6bcee..a320112f4 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,7 @@
+2011-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+ * include/_mingw.h: Increment version to 3.19.
+
2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/float.h: Modify guard to accomodate CLang.
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 7648a3106..e99c8b353 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -22,9 +22,9 @@
*/
#define __MINGW_H
-#define __MINGW32_VERSION 3.18
+#define __MINGW32_VERSION 3.19
#define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 18
+#define __MINGW32_MINOR_VERSION 19
#define __MINGW32_PATCHLEVEL 0
#if __GNUC__ >= 3