* include/_mingw.h: Increment version to 3.6

* Makefile.in: Ditto
This commit is contained in:
Earnie Boyd 2005-01-02 17:17:17 +00:00
parent 636a3bf5bb
commit 97f3a22475
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2005-01-02 Earnie Boyd <earnie@users.sf.net>
* include/_mingw.h: Increment version to 3.6
* Makefile.in: Ditto
2004-12-26 Danny Smith <dannysmith@users.sourceforge.net>
* mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.c

View File

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

View File

@ -141,8 +141,8 @@
# define __MSVCRT_VERSION__ 0x0600
#endif
#define __MINGW32_VERSION 3.5
#define __MINGW32_VERSION 3.6
#define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 5
#define __MINGW32_MINOR_VERSION 6
#endif /* __MINGW_H */