From fc7c546387e0c7c2605433a59f75ff070102e5e8 Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Wed, 26 Mar 2003 23:50:25 +0000 Subject: [PATCH] * include/w32api.h: Increment version to 2.4. * Makefile.in: Ditto. --- winsup/w32api/ChangeLog | 5 +++++ winsup/w32api/Makefile.in | 2 +- winsup/w32api/include/w32api.h | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 998e21c0d..413abb716 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +2003-03-26 Earnie Boyd + + * include/w32api.h: Increment version to 2.4. + * Makefile.in: Ditto. + 2003-03-26 Danny Smith * include/ddk/batclass.h (BATTERY_REPORTING_SCALE) diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in index 3dcdfb286..2e6696098 100644 --- a/winsup/w32api/Makefile.in +++ b/winsup/w32api/Makefile.in @@ -66,7 +66,7 @@ FLAGS_TO_PASS = \ SUBDIRS = lib PACKAGE = w32api -VERSION = 2.3 +VERSION = 2.4 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 d31422bd5..d509c1890 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.3 +#define __W32API_VERSION 2.4 #define __W32API_MAJOR_VERSION 2 -#define __W32API_MINOR_VERSION 3 +#define __W32API_MINOR_VERSION 4 #endif /* ndef _W32API_H_ */