* include/_mingw.h: Increment minor version for 3.4 release.
* Makefile.in: Ditto.
This commit is contained in:
parent
e3118d880b
commit
aa726b09ae
|
@ -1,3 +1,8 @@
|
|||
2004-07-13 Earnie Boyd <earnie@users.sourcefourge.net>
|
||||
|
||||
* include/_mingw.h: Increment minor version for 3.4 release.
|
||||
* Makefile.in: Ditto.
|
||||
|
||||
2004-07-12 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* mingwex/math/cephes_emath.h (__etens): Remove declaration.
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
# This makefile requires GNU make.
|
||||
|
||||
PACKAGE = mingw-runtime
|
||||
VERSION = 3.3
|
||||
VERSION = 3.4
|
||||
CYGRELEASE = 1
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
|
|
@ -122,8 +122,8 @@
|
|||
# define __MSVCRT_VERSION__ 0x0600
|
||||
#endif
|
||||
|
||||
#define __MINGW32_VERSION 3.3
|
||||
#define __MINGW32_VERSION 3.4
|
||||
#define __MINGW32_MAJOR_VERSION 3
|
||||
#define __MINGW32_MINOR_VERSION 3
|
||||
#define __MINGW32_MINOR_VERSION 4
|
||||
|
||||
#endif /* __MINGW_H */
|
||||
|
|
Loading…
Reference in New Issue