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

Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2002-09-05 14:27:29 +00:00
parent 31736d1768
commit 6f28fb6195
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2002-09-05 Earnie Boyd <earnie@users.sf.net>
* include/_mingw.h: Increment version to 2.3.
Makefile.in: Ditto.
2002-09-05 Earnie Boyd <earnie@users.sf.net>
* mingwex/fegetenv.c: Change to \n line endings.

View File

@ -18,7 +18,7 @@
# This makefile requires GNU make.
PACKAGE = mingw-runtime
VERSION = 2.2
VERSION = 2.3
CYGRELEASE = 1
VPATH = @srcdir@

View File

@ -65,9 +65,9 @@
# define __int64 long long
#endif /* __GNUC__ */
#define __MINGW32_VERSION 2.1
#define __MINGW32_VERSION 2.3
#define __MINGW32_MAJOR_VERSION 2
#define __MINGW32_MINOR_VERSION 2
#define __MINGW32_MINOR_VERSION 3
#endif /* __MINGW_H */