diff options
author | Earnie Boyd <earnie@users.sf.net> | 2005-01-13 19:51:02 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2005-01-13 19:51:02 +0000 |
commit | bfe069a3b09da705367c3a7dd7cea9cd91f0de51 (patch) | |
tree | 875eea9cbb15bf141c5c12a0fcfcbe643f617f43 /winsup/mingw | |
parent | a09a6e6838838ef396fb933fbaf5a8e2728dcd2a (diff) | |
download | newlib-bfe069a3b09da705367c3a7dd7cea9cd91f0de51.zip newlib-bfe069a3b09da705367c3a7dd7cea9cd91f0de51.tar.gz newlib-bfe069a3b09da705367c3a7dd7cea9cd91f0de51.tar.bz2 |
* include/_mingw.h: Increment version to 3.7.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup/mingw')
-rw-r--r-- | winsup/mingw/ChangeLog | 2 | ||||
-rw-r--r-- | winsup/mingw/Makefile.in | 2 | ||||
-rw-r--r-- | winsup/mingw/include/_mingw.h | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index ce32bdd..380deda 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -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> diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in index 7703d0e..d806651 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -18,7 +18,7 @@ # This makefile requires GNU make. PACKAGE = mingw-runtime -VERSION = 3.6 +VERSION = 3.7 CYGRELEASE = 1 VPATH = @srcdir@ diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h index e9ee1ec..46c1ce7 100644 --- a/winsup/mingw/include/_mingw.h +++ b/winsup/mingw/include/_mingw.h @@ -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 */ |