* include/_mingw.h: Increment to version 2.1.

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2002-06-15 15:56:58 +00:00
parent 00f55bc3a9
commit 5ae611458b
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-06-15 Earnie Boyd <earnie@users.sf.net>
* include/_mingw.h: Increment to version 2.1.
* Makefile.in: Ditto.
2002-06-15 Earnie Boyd <earnie@users.sf.net> 2002-06-15 Earnie Boyd <earnie@users.sf.net>
* Makefile.in (conf_prefix): New variable. * Makefile.in (conf_prefix): New variable.

View File

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

View File

@ -60,9 +60,9 @@
# define __int64 long long # define __int64 long long
#endif /* __GNUC__ */ #endif /* __GNUC__ */
#define __MINGW32_VERSION 2.0 #define __MINGW32_VERSION 2.1
#define __MINGW32_MAJOR_VERSION 2 #define __MINGW32_MAJOR_VERSION 2
#define __MINGW32_MINOR_VERSION 0 #define __MINGW32_MINOR_VERSION 1
#endif /* __MINGW_H */ #endif /* __MINGW_H */