* include/_mingw.h: Increment version to 3.6
* Makefile.in: Ditto
This commit is contained in:
parent
636a3bf5bb
commit
97f3a22475
|
@ -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>
|
2004-12-26 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.c
|
* mingwex/complex/(cabsf.c cacosf.c cacoshf.c cargf.c casinf.c
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# This makefile requires GNU make.
|
# This makefile requires GNU make.
|
||||||
|
|
||||||
PACKAGE = mingw-runtime
|
PACKAGE = mingw-runtime
|
||||||
VERSION = 3.5
|
VERSION = 3.6
|
||||||
CYGRELEASE = 1
|
CYGRELEASE = 1
|
||||||
|
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
|
@ -141,8 +141,8 @@
|
||||||
# define __MSVCRT_VERSION__ 0x0600
|
# define __MSVCRT_VERSION__ 0x0600
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define __MINGW32_VERSION 3.5
|
#define __MINGW32_VERSION 3.6
|
||||||
#define __MINGW32_MAJOR_VERSION 3
|
#define __MINGW32_MAJOR_VERSION 3
|
||||||
#define __MINGW32_MINOR_VERSION 5
|
#define __MINGW32_MINOR_VERSION 6
|
||||||
|
|
||||||
#endif /* __MINGW_H */
|
#endif /* __MINGW_H */
|
||||||
|
|
Loading…
Reference in New Issue