]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/_mingw.h: Increment minor version for 3.5 release.
authorEarnie Boyd <earnie@users.sf.net>
Sun, 5 Sep 2004 13:51:33 +0000 (13:51 +0000)
committerEarnie Boyd <earnie@users.sf.net>
Sun, 5 Sep 2004 13:51:33 +0000 (13:51 +0000)
* Makefile.in: Ditto.

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

index 449f18541708eb6d1739a4f812da8348e4945b9d..7171f694781b77da98b6c9e9fff81c9f1f40ef07 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-05  Earnie Boyd  <earnie@users.sf.net>
+
+       * include/_mingw.h: Increment minor version for 3.5 release.
+       * Makefile.in: Ditto.
+
 2004-08-24  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * include/malloc.h (__mingw_aligned_offset_malloc,
index 610e4e4146b4a3a709e2b338ad93c0bec6a10aac..df25fcdc325cfa10487fba1763e4151e05ff756f 100644 (file)
@@ -18,7 +18,7 @@
 # This makefile requires GNU make.
 
 PACKAGE = mingw-runtime
-VERSION = 3.4
+VERSION = 3.5
 CYGRELEASE = 1
 
 VPATH = @srcdir@
index 1a6521aee0fc8ceabdd5e0f12a9d31ff02442eba..0794b99b29a0df31fde85abf7f9665cd51d02971 100644 (file)
 # define __MSVCRT_VERSION__ 0x0600
 #endif
 
-#define __MINGW32_VERSION 3.4
+#define __MINGW32_VERSION 3.5
 #define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 4
+#define __MINGW32_MINOR_VERSION 5
 
 #endif /* __MINGW_H */
This page took 0.034677 seconds and 5 git commands to generate.