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

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2003-09-15 15:21:53 +00:00
parent 42f4ef1131
commit 7fe8e90299
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-09-15 Earnie Boyd <earnie@users.sf.net>
* include/_mingw.h: Increment version to 3.2.
* Makefile.in: Ditto.
2003-07-03 Earnie Boyd <earnie@users.sf.net> 2003-07-03 Earnie Boyd <earnie@users.sf.net>
* config.guess, config.sub: Update with versions from ftp.gnu.org. * config.guess, config.sub: Update with versions from ftp.gnu.org.

View File

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

View File

@ -100,8 +100,8 @@
# endif # endif
#endif /* __GNUC__ */ #endif /* __GNUC__ */
#define __MINGW32_VERSION 3.1 #define __MINGW32_VERSION 3.2
#define __MINGW32_MAJOR_VERSION 3 #define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 1 #define __MINGW32_MINOR_VERSION 2
#endif /* __MINGW_H */ #endif /* __MINGW_H */