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>2004-09-05 19:27:56 +0400
committerEarnie Boyd <earnie@users.sf.net>2004-09-05 19:27:56 +0400
commitb73441fc30c4f1784838c5472ed2897c72e93be1 (patch)
tree5928cb3cf2dcee52e2bdb6fce188ed74f7729ead /winsup/w32api/include/w32api.h
parent71c68d96071c2b5e8f3f0cdee3cbf578c99f832c (diff)
* include/w32api.h: Increment version to 3.1.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup/w32api/include/w32api.h')
-rw-r--r--winsup/w32api/include/w32api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h
index 6ba744fa7..92cfb95f9 100644
--- a/winsup/w32api/include/w32api.h
+++ b/winsup/w32api/include/w32api.h
@@ -4,8 +4,8 @@
#pragma GCC system_header
#endif
-#define __W32API_VERSION 3.0
+#define __W32API_VERSION 3.1
#define __W32API_MAJOR_VERSION 3
-#define __W32API_MINOR_VERSION 0
+#define __W32API_MINOR_VERSION 1
#endif /* ndef _W32API_H_ */