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>2009-01-10 21:42:32 +0300
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2009-01-10 21:42:32 +0300
commit45cda16a7fd6f9076d410386421c7e79583612a8 (patch)
treee1b0b447f6b59e050238575bd208a668e1eaf752 /winsup/mingw
parent91d9410bd06376d99b1717b836c2eeac7e7adc76 (diff)
2009-01-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.15.2.
Diffstat (limited to 'winsup/mingw')
-rw-r--r--winsup/mingw/ChangeLog5
-rw-r--r--winsup/mingw/include/_mingw.h4
2 files changed, 6 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 8fa373ad5..0ec3b0d77 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+ * include/_mingw.h: Increment version to 3.15.2.
+
2009-01-04 Keith Marshall <keithmarshall@users.sourceforge.net>
Fix MinGW-Bug [2445962]; (reported by Keishi Suenaga).
@@ -99,7 +103,6 @@
* include/stdlib.h (strtod): Declare as `__inline__', not `inline';
reformat inline function definition.
->>>>>>> 1.423
2008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.15.1 and introduce
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index ec91c6c52..22da4c953 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -22,10 +22,10 @@
*/
#define __MINGW_H
-#define __MINGW32_VERSION 3.15.1
+#define __MINGW32_VERSION 3.15.2
#define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 15
-#define __MINGW32_PATCHLEVEL 1
+#define __MINGW32_PATCHLEVEL 2
#if __GNUC__ >= 3
#pragma GCC system_header