2006-06-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* Include/_mingw.h: Increment version to 3.10.
        * Makefile.in: Ditto.
This commit is contained in:
Chris Sutcliffe 2006-06-26 01:41:48 +00:00
parent 4a7163e8a0
commit 50d838a468
3 changed files with 103 additions and 93 deletions

View File

@ -1,3 +1,8 @@
2006-06-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Include/_mingw.h: Increment version to 3.10.
* Makefile.in: Ditto.
2006-06-26 Danny Smith <dannysmith@users.sourceforge.net>
* mingwex/math/tgamma.c (SQTPI): Add braces.
@ -11,6 +16,11 @@
(erfcf): Likewise.
* mingwex/math/tgamma.c (SQTPI): Avoid type punning.
2006-06-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Include/_mingw.h: Increment version to 3.10.
* Makefile.in: Ditto.
2006-06-23 Danny Smith <dannysmith@users.sourceforge.net>
* include/sys/time.h (struct timezone): Define.

View File

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

View File

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