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>2001-06-05 00:01:10 +0400
committerEarnie Boyd <earnie@users.sf.net>2001-06-05 00:01:10 +0400
commit4c4db90d7e5f4df40f7e070e2d78db3c370ccd2e (patch)
tree09e5a5e9fa70076136c74e324a030bfc9a24ccfc /winsup
parent2b5187d78bf28bc9539dc78db51db2489d8a17d8 (diff)
* include/_mingw.h: Change version to 1.0.
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.h6
3 files changed, 9 insertions, 4 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 2e740b5fd..670096ac5 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,4 +1,9 @@
+2001-06-04 Earnie Boyd <earnie@users.sourceforge.net>
+
+ * include/_mingw.h: Change version to 1.0.
+ Makefile.in: Ditto.
+
2000-02-21 Earnie Boyd <earnie@users.sourceforge.net>
* include/tchar.h: (__TEXT): Remove undef.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 561cab83a..d2f384ca1 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.5
+VERSION = 1.0
VPATH = @srcdir@
srcdir = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 0a492705c..c8774e71a 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.5
-#define __MINGW32_MAJOR_VERSION 0
-#define __MINGW32_MINOR_VERSION 5
+#define __MINGW32_VERSION 1.0
+#define __MINGW32_MAJOR_VERSION 1
+#define __MINGW32_MINOR_VERSION 0
#endif /* __MINGW_H */