2011-08-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/_mingw.h: Increment version to 3.20.
This commit is contained in:
Chris Sutcliffe 2011-08-23 22:59:35 +00:00
parent 99724a3258
commit b84aabf695
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2011-08-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* include/_mingw.h: Increment version to 3.20.
2011-08-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2011-08-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* tlsmthread.c: Update to reflect changes in tlssup.c. * tlsmthread.c: Update to reflect changes in tlssup.c.

View File

@ -22,9 +22,9 @@
*/ */
#define __MINGW_H #define __MINGW_H
#define __MINGW32_VERSION 3.19 #define __MINGW32_VERSION 3.20
#define __MINGW32_MAJOR_VERSION 3 #define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 19 #define __MINGW32_MINOR_VERSION 20
#define __MINGW32_PATCHLEVEL 0 #define __MINGW32_PATCHLEVEL 0
#if __GNUC__ >= 3 #if __GNUC__ >= 3