* include/_mingw.h: Increment minor version for 3.5 release.

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd
2004-09-05 13:51:33 +00:00
parent 4f52488e06
commit 665352facd
3 changed files with 8 additions and 3 deletions

View File

@ -141,8 +141,8 @@
# define __MSVCRT_VERSION__ 0x0600
#endif
#define __MINGW32_VERSION 3.4
#define __MINGW32_VERSION 3.5
#define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 4
#define __MINGW32_MINOR_VERSION 5
#endif /* __MINGW_H */