mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 16:01:10 +08:00
* include/_mingw.h: Increment version to 2.4.
Makefile.in: Ditto.
This commit is contained in:
parent
63f5d32954
commit
992b4c1edc
@ -1,3 +1,8 @@
|
||||
2002-12-20 Earnie Boyd <earnie@users.sf.net>
|
||||
|
||||
* include/_mingw.h: Increment version to 2.4.
|
||||
Makefile.in: Ditto.
|
||||
|
||||
2002-12-12 Earnie Boyd <earnie@users.sf.net>
|
||||
|
||||
* include/malloc.h (_alloca): Add definition.
|
||||
|
@ -18,7 +18,7 @@
|
||||
# This makefile requires GNU make.
|
||||
|
||||
PACKAGE = mingw-runtime
|
||||
VERSION = 2.3
|
||||
VERSION = 2.4
|
||||
CYGRELEASE = 1
|
||||
|
||||
VPATH = @srcdir@
|
||||
|
@ -65,9 +65,9 @@
|
||||
# define __int64 long long
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
#define __MINGW32_VERSION 2.3
|
||||
#define __MINGW32_VERSION 2.4
|
||||
#define __MINGW32_MAJOR_VERSION 2
|
||||
#define __MINGW32_MINOR_VERSION 3
|
||||
#define __MINGW32_MINOR_VERSION 4
|
||||
|
||||
#endif /* __MINGW_H */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user