* include/_mingw.h: Increment version to 3.7.
* Makefile.in: Ditto.
This commit is contained in:
parent
a09a6e6838
commit
bfe069a3b0
|
@ -3,6 +3,8 @@
|
||||||
* include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat,
|
* include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat,
|
||||||
lstat): Remove.
|
lstat): Remove.
|
||||||
* include/errno.h (ELOOP): Ditto.
|
* include/errno.h (ELOOP): Ditto.
|
||||||
|
* include/_mingw.h: Increment version to 3.7.
|
||||||
|
* Makefile.in: Ditto.
|
||||||
|
|
||||||
2005-01-11 Danny Smith <dannysmith@users.sourceforge.net>
|
2005-01-11 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# This makefile requires GNU make.
|
# This makefile requires GNU make.
|
||||||
|
|
||||||
PACKAGE = mingw-runtime
|
PACKAGE = mingw-runtime
|
||||||
VERSION = 3.6
|
VERSION = 3.7
|
||||||
CYGRELEASE = 1
|
CYGRELEASE = 1
|
||||||
|
|
||||||
VPATH = @srcdir@
|
VPATH = @srcdir@
|
||||||
|
|
|
@ -141,8 +141,8 @@
|
||||||
# define __MSVCRT_VERSION__ 0x0600
|
# define __MSVCRT_VERSION__ 0x0600
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define __MINGW32_VERSION 3.6
|
#define __MINGW32_VERSION 3.7
|
||||||
#define __MINGW32_MAJOR_VERSION 3
|
#define __MINGW32_MAJOR_VERSION 3
|
||||||
#define __MINGW32_MINOR_VERSION 6
|
#define __MINGW32_MINOR_VERSION 7
|
||||||
|
|
||||||
#endif /* __MINGW_H */
|
#endif /* __MINGW_H */
|
||||||
|
|
Loading…
Reference in New Issue