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-06-05 00:01:10 +0400
committerEarnie Boyd <earnie@users.sf.net>2001-06-05 00:01:10 +0400
commit4c4db90d7e5f4df40f7e070e2d78db3c370ccd2e (patch)
tree09e5a5e9fa70076136c74e324a030bfc9a24ccfc /winsup/mingw/include
parent2b5187d78bf28bc9539dc78db51db2489d8a17d8 (diff)
* include/_mingw.h: Change version to 1.0.
Makefile.in: Ditto.
Diffstat (limited to 'winsup/mingw/include')
-rw-r--r--winsup/mingw/include/_mingw.h6
1 files changed, 3 insertions, 3 deletions
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 */