* Makefile.in: Increment version to 0.5

* include/_mingw.h: Increment minor version
This commit is contained in:
Earnie Boyd 2001-01-31 22:17:17 +00:00
parent e29d83550e
commit 4ea1be6d1f
3 changed files with 8 additions and 3 deletions

View File

@ -1,4 +1,9 @@
Wed Jan 31 17:12:51 2001 Earnie Boyd <earnie@users.sourceforge.net>
* Makefile.in: Increment version to 0.5
* include/_mingw.h: Increment minor version
Tue Jan 30 13:01:01 2001 Earnie Boyd <earnie@users.sourceforge.net>
* include/assert.h: (assert): Remove ; from end of definition

View File

@ -18,7 +18,7 @@
# This makefile requires GNU make.
PACKAGE = mingw-runtime
VERSION = 0.4
VERSION = 0.5
VPATH = @srcdir@
srcdir = @srcdir@

View File

@ -60,9 +60,9 @@
# define __int64 long long
#endif /* __GNUC__ */
#define __MINGW32_VERSION 0.3
#define __MINGW32_VERSION 0.5
#define __MINGW32_MAJOR_VERSION 0
#define __MINGW32_MINOR_VERSION 3
#define __MINGW32_MINOR_VERSION 5
#endif /* __MINGW_H */