summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 228a6b184..003ca7c59 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-13 Earnie Boyd <earnie@users.sourcefourge.net>
+
+ * include/_mingw.h: Increment minor version for 3.4 release.
+ * Makefile.in: Ditto.
+
2004-07-12 Danny Smith <dannysmith@users.sourceforge.net>
* mingwex/math/cephes_emath.h (__etens): Remove declaration.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 93b5c05a4..c9c6235a3 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.3
+VERSION = 3.4
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 844bf5dd2..5b91ac0ee 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -122,8 +122,8 @@
# define __MSVCRT_VERSION__ 0x0600
#endif
-#define __MINGW32_VERSION 3.3
+#define __MINGW32_VERSION 3.4
#define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 3
+#define __MINGW32_MINOR_VERSION 4
#endif /* __MINGW_H */