* include/_mingw.h: Change version to 3.0
* Makefile.in: Ditto.
This commit is contained in:
parent
9d55ae91b8
commit
994d26a476
|
@ -1,3 +1,8 @@
|
||||||
|
2003-02-08 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
|
* include/_mingw.h: Change version to 3.0
|
||||||
|
* Makefile.in: Ditto.
|
||||||
|
|
||||||
2003-02-08 Earnie Boyd <earnie@users.sf.net>
|
2003-02-08 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
* include/stdlib.h: Make words after #endif a comment.
|
* include/stdlib.h: Make words after #endif a comment.
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# This makefile requires GNU make.
|
# This makefile requires GNU make.
|
||||||
|
|
||||||
PACKAGE = mingw-runtime
|
PACKAGE = mingw-runtime
|
||||||
VERSION = 2.4
|
VERSION = 3.0
|
||||||
CYGRELEASE = 1
|
CYGRELEASE = 1
|
||||||
|
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
|
@ -65,9 +65,9 @@
|
||||||
# define __int64 long long
|
# define __int64 long long
|
||||||
#endif /* __GNUC__ */
|
#endif /* __GNUC__ */
|
||||||
|
|
||||||
#define __MINGW32_VERSION 2.4
|
#define __MINGW32_VERSION 3.0
|
||||||
#define __MINGW32_MAJOR_VERSION 2
|
#define __MINGW32_MAJOR_VERSION 3
|
||||||
#define __MINGW32_MINOR_VERSION 4
|
#define __MINGW32_MINOR_VERSION 0
|
||||||
|
|
||||||
#endif /* __MINGW_H */
|
#endif /* __MINGW_H */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue