]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Include/_mingw.h: Increment version to 3.8.
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sat, 13 Aug 2005 12:52:43 +0000 (12:52 +0000)
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>
Sat, 13 Aug 2005 12:52:43 +0000 (12:52 +0000)
        * Makefile.in: Ditto.

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

index 5fc2e9a71f003f0f508b46391d151dd6afd1765b..4566d7e010d8aa51a05706ab7b5137c81b1a210c 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-13  Chris Sutcliffe  <ir0nh34d@users.sourceforge.net>
+
+       * Include/_mingw.h: Increment version to 3.8.
+       * Makefile.in: Ditto.
+
 2005-08-10  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/wctype.h (towupper, towlower): Change arg and return value
index d806651098314380e1dd2c85c3bd2e5e8be509b4..5fa7232a1d402450dc23490f299ec22c1ecbf4a3 100644 (file)
@@ -18,7 +18,7 @@
 # This makefile requires GNU make.
 
 PACKAGE = mingw-runtime
-VERSION = 3.7
+VERSION = 3.8
 CYGRELEASE = 1
 
 VPATH = @srcdir@
index 2d7a47cdeaa37b7f4744349b4efc21d72ec1a35e..da94a655388e2d0c6365163f6d05e3e947ebe6d8 100644 (file)
 # define __MSVCRT_VERSION__ 0x0600
 #endif
 
-#define __MINGW32_VERSION 3.7
+#define __MINGW32_VERSION 3.8
 #define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 7
+#define __MINGW32_MINOR_VERSION 8
 
 #endif /* __MINGW_H */
This page took 0.037274 seconds and 5 git commands to generate.