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>2001-02-01 01:17:17 +0300
committerEarnie Boyd <earnie@users.sf.net>2001-02-01 01:17:17 +0300
commit4ea1be6d1fe97be6e60619d63e825e77cc6364ac (patch)
tree1175715b44ab2ccf02f3f1b698711c40e04b464a /winsup/mingw
parente29d83550eb33be51fd9a92d6443633c812504f7 (diff)
* Makefile.in: Increment version to 0.5
* include/_mingw.h: Increment minor version
Diffstat (limited to 'winsup/mingw')
-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 fc28990d0..e8b5ff6d4 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,4 +1,9 @@
+Wed Jan 31 17:12:51 2001 Earnie Boyd <earnie@users.sourceforge.net>
+
+ * Makefile.in: Increment version to 0.5
+ * include/_mingw.h: Increment minor version
+
Tue Jan 30 13:01:01 2001 Earnie Boyd <earnie@users.sourceforge.net>
* include/assert.h: (assert): Remove ; from end of definition
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 036c28217..561cab83a 100644
--- a/winsup/mingw/Makefile.in
+++ b/winsup/mingw/Makefile.in
@@ -18,7 +18,7 @@
# This makefile requires GNU make.
PACKAGE = mingw-runtime
-VERSION = 0.4
+VERSION = 0.5
VPATH = @srcdir@
srcdir = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 780cdda3a..0a492705c 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 0.3
+#define __MINGW32_VERSION 0.5
#define __MINGW32_MAJOR_VERSION 0
-#define __MINGW32_MINOR_VERSION 3
+#define __MINGW32_MINOR_VERSION 5
#endif /* __MINGW_H */