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-17 20:15:54 +0400
committerEarnie Boyd <earnie@users.sf.net>2001-09-17 20:15:54 +0400
commit3e985c99c07bfdea2fb4cabe2662f64fe54c4a7b (patch)
tree02ad44bb601eb9234966a22701949f504610cab3 /winsup/w32api/include/w32api.h
parentf244c34bae8073e67e19f2a3e5e7035ec391dda3 (diff)
2001-09-17 Earnie Boyd <earnie@sf.net>
* lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/ portion of the directory from the install. (inst_libdir): Ditto. * Makefile.in (VERSION): Increment. * include/w32api.h: Increment version.
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 a237d14d6..9717dbc21 100644
--- a/winsup/w32api/include/w32api.h
+++ b/winsup/w32api/include/w32api.h
@@ -1,8 +1,8 @@
#ifndef _W32API_H_
#define _W32API_H_
-#define __W32API_VERSION 1.1
+#define __W32API_VERSION 1.2
#define __W32API_MAJOR_VERSION 1
-#define __W32API_MINOR_VERSION 1
+#define __W32API_MINOR_VERSION 2
#endif /* ndef _W32API_H_ */