summaryrefslogtreecommitdiffstats
path: root/winsup
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2003-09-15 12:05:40 +0000
committerEarnie Boyd <earnie@users.sf.net>2003-09-15 12:05:40 +0000
commit42f4ef11312391296a89561133624e5f9eaaa459 (patch)
treee0e13cfc3b4b07225f4bd6b240c79f23bee4ccaa /winsup
parentb639ac2b93e78549b8b49c86a5cc34e9942f5907 (diff)
downloadcygnal-42f4ef11312391296a89561133624e5f9eaaa459.tar.gz
cygnal-42f4ef11312391296a89561133624e5f9eaaa459.tar.bz2
cygnal-42f4ef11312391296a89561133624e5f9eaaa459.zip
* include/w32api.h: Increment version to 2.5.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup')
-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 528e23d24..b85e99ef9 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -55,6 +55,11 @@
* include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):
Change guards to use numeric constants, throughout.
+2003-09-15 Earnie Boyd <earnie@users.sf.net>
+
+ * include/w32api.h: Increment version to 2.5.
+ * Makefile.in: Ditto.
+
2003-09-08 Justin Forest <vhex@users.sourceforge.net>
* include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE,
diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in
index 2e6696098..f93fde420 100644
--- a/winsup/w32api/Makefile.in
+++ b/winsup/w32api/Makefile.in
@@ -66,7 +66,7 @@ FLAGS_TO_PASS = \
SUBDIRS = lib
PACKAGE = w32api
-VERSION = 2.4
+VERSION = 2.5
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 d509c1890..3e0224164 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.4
+#define __W32API_VERSION 2.5
#define __W32API_MAJOR_VERSION 2
-#define __W32API_MINOR_VERSION 4
+#define __W32API_MINOR_VERSION 5
#endif /* ndef _W32API_H_ */