* include/_mingw.h: Increment version to 3.7.

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2005-01-13 19:51:02 +00:00
parent a09a6e6838
commit bfe069a3b0
3 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,8 @@
* include/sys/stat.h (_S_IFLNK, S_IFLNK, _S_ISLNK, S_ISLNK, _lstat,
lstat): Remove.
* 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>

View File

@ -18,7 +18,7 @@
# This makefile requires GNU make.
PACKAGE = mingw-runtime
VERSION = 3.6
VERSION = 3.7
CYGRELEASE = 1
VPATH = @srcdir@

View File

@ -141,8 +141,8 @@
# define __MSVCRT_VERSION__ 0x0600
#endif
#define __MINGW32_VERSION 3.6
#define __MINGW32_VERSION 3.7
#define __MINGW32_MAJOR_VERSION 3
#define __MINGW32_MINOR_VERSION 6
#define __MINGW32_MINOR_VERSION 7
#endif /* __MINGW_H */