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>2002-04-10 03:47:01 +0400
committerEarnie Boyd <earnie@users.sf.net>2002-04-10 03:47:01 +0400
commit4e4871b389bc938d24e0c892e52182a81f2a1c7d (patch)
tree59bb5cca871db89832c2f480584b345d1947fc7e /winsup/mingw/include
parent605280b1923b3a86bc98e2d2bd59331d2398da3a (diff)
* include/_mingw.h: Increment version.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup/mingw/include')
-rw-r--r--winsup/mingw/include/_mingw.h4
1 files changed, 2 insertions, 2 deletions
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 */