* include/_mingw.h: Increment minor version for 3.4 release.

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2004-07-13 11:04:25 +00:00
parent e3118d880b
commit aa726b09ae
3 changed files with 8 additions and 3 deletions

View File

@ -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.

View File

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

View File

@ -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 */