* include/_mingw.h: Change version to 1.0.

Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2001-06-04 20:01:10 +00:00
parent 2b5187d78b
commit 4c4db90d7e
3 changed files with 9 additions and 4 deletions

View File

@ -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.

View File

@ -18,7 +18,7 @@
# This makefile requires GNU make.
PACKAGE = mingw-runtime
VERSION = 0.5
VERSION = 1.0
VPATH = @srcdir@
srcdir = @srcdir@

View File

@ -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 */