* include/_mingw.h: Change version to 3.0

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2003-02-08 14:58:31 +00:00
parent 9d55ae91b8
commit 994d26a476
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-02-08 Earnie Boyd <earnie@users.sf.net>
* include/_mingw.h: Change version to 3.0
* Makefile.in: Ditto.
2003-02-08 Earnie Boyd <earnie@users.sf.net>
* include/stdlib.h: Make words after #endif a comment.

View File

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

View File

@ -65,9 +65,9 @@
# define __int64 long long
#endif /* __GNUC__ */
#define __MINGW32_VERSION 2.4
#define __MINGW32_MAJOR_VERSION 2
#define __MINGW32_MINOR_VERSION 4
#define __MINGW32_VERSION 3.0
#define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 0
#endif /* __MINGW_H */