2008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/_mingw.h: Increment version to 3.15.1 and introduce
        __MINGW32_PATCHLEVEL variable.
This commit is contained in:
Chris Sutcliffe 2008-10-04 22:27:15 +00:00
parent 32c4e2bca7
commit 665ca5231d
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-10-04 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.15.1 and introduce
__MINGW32_PATCHLEVEL variable.
2008-10-03 Keith Marshall <keithmarshall@users.sourceforge.net>
Fix MinGW-Bug [2144266]: getopt() sets `optind' incorrectly.

View File

@ -22,9 +22,10 @@
*/
#define __MINGW_H
#define __MINGW32_VERSION 3.15
#define __MINGW32_VERSION 3.15.1
#define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 15
#define __MINGW32_PATCHLEVEL 1
#if __GNUC__ >= 3
#pragma GCC system_header