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

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd
2004-07-13 11:04:25 +00:00
parent e3118d880b
commit aa726b09ae
3 changed files with 8 additions and 3 deletions

View File

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