* include/_mingw.h: Change version to 3.0
* Makefile.in: Ditto.
This commit is contained in:
@@ -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.
|
||||
|
@@ -18,7 +18,7 @@
|
||||
# This makefile requires GNU make.
|
||||
|
||||
PACKAGE = mingw-runtime
|
||||
VERSION = 3.0
|
||||
VERSION = 3.1
|
||||
CYGRELEASE = 1
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
@@ -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 */
|
||||
|
Reference in New Issue
Block a user