* include/_mingw.h: Change version to 1.0.
Makefile.in: Ditto.
This commit is contained in:
parent
2b5187d78b
commit
4c4db90d7e
@ -1,4 +1,9 @@
|
||||
|
||||
2001-06-04 Earnie Boyd <earnie@users.sourceforge.net>
|
||||
|
||||
* include/_mingw.h: Change version to 1.0.
|
||||
Makefile.in: Ditto.
|
||||
|
||||
2000-02-21 Earnie Boyd <earnie@users.sourceforge.net>
|
||||
|
||||
* include/tchar.h: (__TEXT): Remove undef.
|
||||
|
@ -18,7 +18,7 @@
|
||||
# This makefile requires GNU make.
|
||||
|
||||
PACKAGE = mingw-runtime
|
||||
VERSION = 0.5
|
||||
VERSION = 1.0
|
||||
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
@ -60,9 +60,9 @@
|
||||
# define __int64 long long
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
#define __MINGW32_VERSION 0.5
|
||||
#define __MINGW32_MAJOR_VERSION 0
|
||||
#define __MINGW32_MINOR_VERSION 5
|
||||
#define __MINGW32_VERSION 1.0
|
||||
#define __MINGW32_MAJOR_VERSION 1
|
||||
#define __MINGW32_MINOR_VERSION 0
|
||||
|
||||
#endif /* __MINGW_H */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user