summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 2e5d62419..824d939c9 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-10 Earnie Boyd <earnie@users.sf.net>
+
+ * include/w32api.h: Increment version to 2.3.
+ * Makefile.in: Ditto.
+
2003-02-09 Earnie Boyd <earnie@users.sf.net>
* lib/ddk/ntoskrnl.def (Ke386IoSetAccessProcess): Activate export.
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index 400bc1e37..30716a1b4 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -66,7 +66,7 @@ FLAGS_TO_PASS = \
SUBDIRS = lib
PACKAGE = w32api
-VERSION = 2.2
+VERSION = 2.3
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 d09b13236..d31422bd5 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.2
+#define __W32API_VERSION 2.3
#define __W32API_MAJOR_VERSION 2
-#define __W32API_MINOR_VERSION 2
+#define __W32API_MINOR_VERSION 3
#endif /* ndef _W32API_H_ */