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-09-19 19:37:19 +0400
committerEarnie Boyd <earnie@users.sf.net>2001-09-19 19:37:19 +0400
commit18508302f9bf5706a1094190bfd4c7935fea58b0 (patch)
tree640bf4970d119dd24866ba76ebcb22b9b1c0c681 /winsup/mingw/include
parent5df2a48314f46b960b3a97be9493fe574a40fb4e (diff)
2001-09-19 Earnie Boyd <earnie@SF.net>
* Makefile.in: Remove the /usr from the install target. (VERSION): Increment. include/_mingw.h: 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 66090a8f4..b3ad039f6 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.1
+#define __MINGW32_VERSION 1.2
#define __MINGW32_MAJOR_VERSION 1
-#define __MINGW32_MINOR_VERSION 1
+#define __MINGW32_MINOR_VERSION 2
#endif /* __MINGW_H */