* 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

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