* include/_mingw.h: Increment version.

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd
2002-04-09 23:47:01 +00:00
parent 605280b192
commit 4e4871b389
3 changed files with 8 additions and 3 deletions

View File

@ -60,9 +60,9 @@
# define __int64 long long
#endif /* __GNUC__ */
#define __MINGW32_VERSION 1.3
#define __MINGW32_VERSION 1.4
#define __MINGW32_MAJOR_VERSION 1
#define __MINGW32_MINOR_VERSION 3
#define __MINGW32_MINOR_VERSION 4
#endif /* __MINGW_H */