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:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2006-11-19 01:26:49 +0300
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2006-11-19 01:26:49 +0300
commitc6bf4f2a19a9c932160a147695ffa5c3332e9fbd (patch)
tree74e9f872e2e9223ac32ea34909f89a78ab852adb /winsup
parent634f2d7fa7666c515f8ee33f104bc330c0e90a98 (diff)
2006-11-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Include/_mingw.h: Increment version to 3.11. * Makefile.in: Ditto.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/mingw/ChangeLog5
-rw-r--r--winsup/mingw/Makefile.in2
-rw-r--r--winsup/mingw/include/_mingw.h4
3 files changed, 8 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index e600b361b..bc69bd8bb 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,8 @@
+2006-11-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+ * Include/_mingw.h: Increment version to 3.11.
+ * Makefile.in: Ditto.
+
2006-11-09 Danny Smith <dannysmith@users.sourceforge.net>
[ mingw-Bugs-1590623 ]
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index f3531e168..c931fb6e0 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.10
+VERSION = 3.11
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index a8200d684..1102afff2 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -169,8 +169,8 @@
# define __MSVCRT_VERSION__ 0x0600
#endif
-#define __MINGW32_VERSION 3.10
+#define __MINGW32_VERSION 3.11
#define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 10
+#define __MINGW32_MINOR_VERSION 11
#endif /* __MINGW_H */