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

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2003-10-10 18:25:10 +00:00
parent cca873af60
commit f3d0380417
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2003-10-10 Earnie Boyd <earnie@users.sf.net>
* include/_mingw.h: Increment version to 3.2.
* Makefile.in: Ditto.
2003-10-10 Earnie Boyd <earnie@users.sourceforge.net> 2003-10-10 Earnie Boyd <earnie@users.sourceforge.net>
* include/sys/types.h: Revert last change. * include/sys/types.h: Revert last change.

View File

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

View File

@ -106,8 +106,8 @@
#define __CRT_INLINE extern __inline__ #define __CRT_INLINE extern __inline__
#endif #endif
#define __MINGW32_VERSION 3.2 #define __MINGW32_VERSION 4.0
#define __MINGW32_MAJOR_VERSION 3 #define __MINGW32_MAJOR_VERSION 4
#define __MINGW32_MINOR_VERSION 2 #define __MINGW32_MINOR_VERSION 0
#endif /* __MINGW_H */ #endif /* __MINGW_H */