* include/_mingw.h: Increment version.
* Makefile.in: Ditto.
This commit is contained in:
parent
605280b192
commit
4e4871b389
@ -1,3 +1,8 @@
|
|||||||
|
2002-04-09 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
|
* include/_mingw.h: Increment version.
|
||||||
|
* Makefile.in: Ditto.
|
||||||
|
|
||||||
2002-04-09 Earnie Boyd <earnie@users.sf.net>
|
2002-04-09 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
* moldname-crtdll.def: Remove CR from end of line.
|
* moldname-crtdll.def: Remove CR from end of line.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# This makefile requires GNU make.
|
# This makefile requires GNU make.
|
||||||
|
|
||||||
PACKAGE = mingw-runtime
|
PACKAGE = mingw-runtime
|
||||||
VERSION = 1.3
|
VERSION = 1.4
|
||||||
CYGRELEASE = 1
|
CYGRELEASE = 1
|
||||||
|
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
@ -60,9 +60,9 @@
|
|||||||
# define __int64 long long
|
# define __int64 long long
|
||||||
#endif /* __GNUC__ */
|
#endif /* __GNUC__ */
|
||||||
|
|
||||||
#define __MINGW32_VERSION 1.3
|
#define __MINGW32_VERSION 1.4
|
||||||
#define __MINGW32_MAJOR_VERSION 1
|
#define __MINGW32_MAJOR_VERSION 1
|
||||||
#define __MINGW32_MINOR_VERSION 3
|
#define __MINGW32_MINOR_VERSION 4
|
||||||
|
|
||||||
#endif /* __MINGW_H */
|
#endif /* __MINGW_H */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user