* include/_mingw.h: Increment minor version for 3.5 release.
* Makefile.in: Ditto.
This commit is contained in:
parent
4f52488e06
commit
665352facd
|
@ -1,3 +1,8 @@
|
||||||
|
2004-09-05 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
|
* include/_mingw.h: Increment minor version for 3.5 release.
|
||||||
|
* Makefile.in: Ditto.
|
||||||
|
|
||||||
2004-08-24 Danny Smith <dannysmith@users.sourceforge.net>
|
2004-08-24 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/malloc.h (__mingw_aligned_offset_malloc,
|
* include/malloc.h (__mingw_aligned_offset_malloc,
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# This makefile requires GNU make.
|
# This makefile requires GNU make.
|
||||||
|
|
||||||
PACKAGE = mingw-runtime
|
PACKAGE = mingw-runtime
|
||||||
VERSION = 3.4
|
VERSION = 3.5
|
||||||
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.4
|
#define __MINGW32_VERSION 3.5
|
||||||
#define __MINGW32_MAJOR_VERSION 3
|
#define __MINGW32_MAJOR_VERSION 3
|
||||||
#define __MINGW32_MINOR_VERSION 4
|
#define __MINGW32_MINOR_VERSION 5
|
||||||
|
|
||||||
#endif /* __MINGW_H */
|
#endif /* __MINGW_H */
|
||||||
|
|
Loading…
Reference in New Issue