* include/_mingw.h: Increment version to 3.2.

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd
2003-10-10 18:25:10 +00:00
parent cca873af60
commit f3d0380417
3 changed files with 9 additions and 4 deletions

View File

@ -106,8 +106,8 @@
#define __CRT_INLINE extern __inline__
#endif
#define __MINGW32_VERSION 3.2
#define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 2
#define __MINGW32_VERSION 4.0
#define __MINGW32_MAJOR_VERSION 4
#define __MINGW32_MINOR_VERSION 0
#endif /* __MINGW_H */