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:
authorEarnie Boyd <earnie@users.sf.net>2003-05-07 07:12:17 +0400
committerEarnie Boyd <earnie@users.sf.net>2003-05-07 07:12:17 +0400
commit85051ee6c14ba965e93971506ca2d2745b50acc7 (patch)
treef2847d4a43ffb02585a2bad4eab7bda912fb7f87
parent0bb7254f38500a273041f45b91b80f83f824380e (diff)
* include/_mingw.h: Change version to 3.0
* 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 ff4aef804..e5026be8f 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,10 @@
2003-05-06 Earnie Boyd <earnie@users.sf.net>
+ * include/_mingw.h: Change version to 3.0
+ * Makefile.in: Ditto.
+
+2003-05-06 Earnie Boyd <earnie@users.sf.net>
+
* configure.in (W32API_INCLUDE): Need the -I switch in the value.
* mingwex/configure.in (W32API_INCLUDE): Ditto.
* profile/configure.in (W32API_INCLUDE): Ditto.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 0e05059d6..289063a2d 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.0
+VERSION = 3.1
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index ad8dc29df..1196f28e1 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -84,8 +84,8 @@
# define __int64 long long
#endif /* __GNUC__ */
-#define __MINGW32_VERSION 3.0
+#define __MINGW32_VERSION 3.1
#define __MINGW32_MAJOR_VERSION 3
-#define __MINGW32_MINOR_VERSION 0
+#define __MINGW32_MINOR_VERSION 1
#endif /* __MINGW_H */