* Makefile.in: Increment VERSION.

* include/_mingw.h: Ditto.
This commit is contained in:
Earnie Boyd
2001-12-07 21:38:03 +00:00
parent ddd50f72b5
commit 15a1d3f2fc
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.2
#define __MINGW32_VERSION 1.3
#define __MINGW32_MAJOR_VERSION 1
#define __MINGW32_MINOR_VERSION 2
#define __MINGW32_MINOR_VERSION 3
#endif /* __MINGW_H */