OSDN Git Service

2005-10-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
authorironhead <ironhead>
Thu, 27 Oct 2005 21:21:57 +0000 (21:21 +0000)
committerironhead <ironhead>
Thu, 27 Oct 2005 21:21:57 +0000 (21:21 +0000)
* Include/_mingw.h: Increment version to 3.9.
* Makefile.in: Ditto.

winsup/mingw/ChangeLog
winsup/mingw/Makefile.in
winsup/mingw/include/_mingw.h

index c41c5f5..3c6a829 100644 (file)
@@ -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.
index 5fa7232..85a767a 100644 (file)
@@ -18,7 +18,7 @@
 # This makefile requires GNU make.
 
 PACKAGE = mingw-runtime
-VERSION = 3.8
+VERSION = 3.9
 CYGRELEASE = 1
 
 VPATH = @srcdir@
index da94a65..5900a32 100644 (file)
 # 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 */