* include/_mingw.h: Increment version to 3.2.
* Makefile.in: Ditto.
This commit is contained in:
parent
cca873af60
commit
f3d0380417
@ -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>
|
||||
|
||||
* include/sys/types.h: Revert last change.
|
||||
|
@ -18,7 +18,7 @@
|
||||
# This makefile requires GNU make.
|
||||
|
||||
PACKAGE = mingw-runtime
|
||||
VERSION = 3.2
|
||||
VERSION = 4.0
|
||||
CYGRELEASE = 1
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
@ -106,8 +106,8 @@
|
||||
#define __CRT_INLINE extern __inline__
|
||||
#endif
|
||||
|
||||
#define __MINGW32_VERSION 3.2
|
||||
#define __MINGW32_MAJOR_VERSION 3
|
||||
#define __MINGW32_MINOR_VERSION 2
|
||||
#define __MINGW32_VERSION 4.0
|
||||
#define __MINGW32_MAJOR_VERSION 4
|
||||
#define __MINGW32_MINOR_VERSION 0
|
||||
|
||||
#endif /* __MINGW_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user