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
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2005-10-28 01:21:58 +0400
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2005-10-28 01:21:58 +0400
commit8cc9ac230c955adcf885822d9babf5199ff5e0f7 (patch)
tree3f7037dcc18de8490f19a1dfe62c4c6d09b742e2
parent2556eb8d41afaead7dd979ae52d6f6c0d61c88b3 (diff)
2005-10-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Include/_mingw.h: Increment version to 3.9. * Makefile.in: Ditto.
-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 c41c5f5df..3c6a82993 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+ * Include/_mingw.h: Increment version to 3.9.
+ * Makefile.in: Ditto.
+
2005-10-14 Danny Smith <dannysmith@users.sourceforge.net>
* include/limits.h (SSIZE_MAX): Define.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 5fa7232a1..85a767a4a 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.8
+VERSION = 3.9
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index da94a6553..5900a3226 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -158,8 +158,8 @@
# define __MSVCRT_VERSION__ 0x0600
#endif
-#define __MINGW32_VERSION 3.8
+#define __MINGW32_VERSION 3.9
#define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 8
+#define __MINGW32_MINOR_VERSION 9
#endif /* __MINGW_H */