* Makefile.in: Increment version to 0.5
* include/_mingw.h: Increment minor version
This commit is contained in:
parent
e29d83550e
commit
4ea1be6d1f
@ -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
|
||||
|
@ -18,7 +18,7 @@
|
||||
# This makefile requires GNU make.
|
||||
|
||||
PACKAGE = mingw-runtime
|
||||
VERSION = 0.4
|
||||
VERSION = 0.5
|
||||
|
||||
VPATH = @srcdir@
|
||||
srcdir = @srcdir@
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user