2005-10-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* Include/_mingw.h: Increment version to 3.9.
	* Makefile.in: Ditto.
This commit is contained in:
Chris Sutcliffe 2005-10-27 21:21:58 +00:00
parent 2556eb8d41
commit 8cc9ac230c
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2005-10-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Include/_mingw.h: Increment version to 3.9.
* Makefile.in: Ditto.
2005-10-14 Danny Smith <dannysmith@users.sourceforge.net> 2005-10-14 Danny Smith <dannysmith@users.sourceforge.net>
* include/limits.h (SSIZE_MAX): Define. * include/limits.h (SSIZE_MAX): Define.

View File

@ -18,7 +18,7 @@
# This makefile requires GNU make. # This makefile requires GNU make.
PACKAGE = mingw-runtime PACKAGE = mingw-runtime
VERSION = 3.8 VERSION = 3.9
CYGRELEASE = 1 CYGRELEASE = 1
VPATH = @srcdir@ VPATH = @srcdir@

View File

@ -158,8 +158,8 @@
# define __MSVCRT_VERSION__ 0x0600 # define __MSVCRT_VERSION__ 0x0600
#endif #endif
#define __MINGW32_VERSION 3.8 #define __MINGW32_VERSION 3.9
#define __MINGW32_MAJOR_VERSION 3 #define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 8 #define __MINGW32_MINOR_VERSION 9
#endif /* __MINGW_H */ #endif /* __MINGW_H */