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
path: root/winsup
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2002-04-10 03:47:01 +0400
committerEarnie Boyd <earnie@users.sf.net>2002-04-10 03:47:01 +0400
commit4e4871b389bc938d24e0c892e52182a81f2a1c7d (patch)
tree59bb5cca871db89832c2f480584b345d1947fc7e /winsup
parent605280b1923b3a86bc98e2d2bd59331d2398da3a (diff)
* include/_mingw.h: Increment version.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup')
-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 4d4e4016a..0eb8c5af7 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,10 @@
2002-04-09 Earnie Boyd <earnie@users.sf.net>
+ * include/_mingw.h: Increment version.
+ * Makefile.in: Ditto.
+
+2002-04-09 Earnie Boyd <earnie@users.sf.net>
+
* moldname-crtdll.def: Remove CR from end of line.
* moldname-msvcrt.def: Ditto.
* Makefile.in: Use bzip2 compression for Cygwin target.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index b5f236b10..2b1311609 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -18,7 +18,7 @@
# This makefile requires GNU make.
PACKAGE = mingw-runtime
-VERSION = 1.3
+VERSION = 1.4
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 0af4ce9b5..274428d7f 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -60,9 +60,9 @@
# define __int64 long long
#endif /* __GNUC__ */
-#define __MINGW32_VERSION 1.3
+#define __MINGW32_VERSION 1.4
#define __MINGW32_MAJOR_VERSION 1
-#define __MINGW32_MINOR_VERSION 3
+#define __MINGW32_MINOR_VERSION 4
#endif /* __MINGW_H */