Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2005-01-13 22:51:02 +0300
committerEarnie Boyd <earnie@users.sf.net>2005-01-13 22:51:02 +0300
commitbfe069a3b09da705367c3a7dd7cea9cd91f0de51 (patch)
tree875eea9cbb15bf141c5c12a0fcfcbe643f617f43 /winsup
parenta09a6e6838838ef396fb933fbaf5a8e2728dcd2a (diff)
* include/_mingw.h: Increment version to 3.7.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/mingw/ChangeLog2
-rw-r--r--winsup/mingw/Makefile.in2
-rw-r--r--winsup/mingw/include/_mingw.h4
3 files changed, 5 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index ce32bdd8b..380deda90 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 7703d0ed5..d80665109 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 e9ee1ec88..46c1ce7b9 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 */