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-11-26 00:15:52 +0300
committerEarnie Boyd <earnie@users.sf.net>2002-11-26 00:15:52 +0300
commit4e85569d1146c519fdb51758df7d8ca5c92e4311 (patch)
tree58cdeea4facac83a4862d24b9655eb88964e7441
parentd90f3dc1baa701ddc856b484aeac7c5a978029ac (diff)
* include/w32api.h: Increment to version 2.2
* Makefile.in: Ditto.
-rw-r--r--winsup/w32api/ChangeLog5
-rw-r--r--winsup/w32api/Makefile.in2
-rw-r--r--winsup/w32api/include/w32api.h4
3 files changed, 8 insertions, 3 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index fd2157ea9..f45586efd 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,10 @@
2002-11-25 Earnie Boyd <earnie@users.sf.net>
+ * include/w32api.h: Increment to version 2.2
+ * Makefile.in: Ditto.
+
+2002-11-25 Earnie Boyd <earnie@users.sf.net>
+
* lib/Makefile.in (dist, install): Correct the install destinations.
* lib/ddk/Makefile.in (dist, install): Ditto.
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index 60e2085d7..400bc1e37 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -66,7 +66,7 @@ FLAGS_TO_PASS = \
SUBDIRS = lib
PACKAGE = w32api
-VERSION = 2.1
+VERSION = 2.2
CYGRELEASE = 1
DIST_FILES = Makefile.in configure.in configure config.guess config.sub \
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h
index 521703c45..d09b13236 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 2.1
+#define __W32API_VERSION 2.2
#define __W32API_MAJOR_VERSION 2
-#define __W32API_MINOR_VERSION 1
+#define __W32API_MINOR_VERSION 2
#endif /* ndef _W32API_H_ */