* include/_mingw.h: Revert to primary release 3 and increment minor

release to 3.
This commit is contained in:
Earnie Boyd 2004-04-19 16:58:40 +00:00
parent b9618d1eee
commit 81e7a69f5a
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-04-19 Earnie Boyd <earnie@users.sf.net>
* include/_mingw.h: Revert to primary release 3 and increment minor
release to 3.
2004-04-01 Danny Smith <dannysmith@users.sourceforge.net>
* crt1.c (_mingw32_init_fmode): Set *_imp___fmode_dll to

View File

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