2009-08-14 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/_mingw.h: Increment version to 3.16.
This commit is contained in:
Chris Sutcliffe 2009-08-15 02:50:19 +00:00
parent 719ffe8792
commit 22fa213129
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2009-08-14 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.16.
2009-08-08 Danny Smith <dannysmith@users.sourceforge.net> 2009-08-08 Danny Smith <dannysmith@users.sourceforge.net>
* include/math.h (__fpclassifyl, __isnan, __isnanf, isnanl, __signbit, * include/math.h (__fpclassifyl, __isnan, __isnanf, isnanl, __signbit,

View File

@ -22,10 +22,10 @@
*/ */
#define __MINGW_H #define __MINGW_H
#define __MINGW32_VERSION 3.15.2 #define __MINGW32_VERSION 3.16
#define __MINGW32_MAJOR_VERSION 3 #define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 15 #define __MINGW32_MINOR_VERSION 16
#define __MINGW32_PATCHLEVEL 2 #define __MINGW32_PATCHLEVEL 0
#if __GNUC__ >= 3 #if __GNUC__ >= 3
#pragma GCC system_header #pragma GCC system_header