2009-01-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/_mingw.h: Increment version to 3.15.2.
This commit is contained in:
Chris Sutcliffe 2009-01-10 18:42:32 +00:00
parent 91d9410bd0
commit 45cda16a7f
2 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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