* include/_mingw.h: Change version to 3.0

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2003-05-07 03:12:17 +00:00
parent 0bb7254f38
commit 85051ee6c1
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-05-06 Earnie Boyd <earnie@users.sf.net>
* include/_mingw.h: Change version to 3.0
* Makefile.in: Ditto.
2003-05-06 Earnie Boyd <earnie@users.sf.net>
* configure.in (W32API_INCLUDE): Need the -I switch in the value.

View File

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

View File

@ -84,8 +84,8 @@
# define __int64 long long
#endif /* __GNUC__ */
#define __MINGW32_VERSION 3.0
#define __MINGW32_VERSION 3.1
#define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 0
#define __MINGW32_MINOR_VERSION 1
#endif /* __MINGW_H */