diff options
-rw-r--r-- | winsup/w32api/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/w32api/Makefile.in | 2 | ||||
-rw-r--r-- | winsup/w32api/include/w32api.h | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 965e3293e..b60c3a109 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +2007-12-27 Chris Sutcliffe <ir0nh34d@users.sf.net> + + * include/w32api.h: Increment version to 3.11. + * Makefile.in: Ditto. + 2007-12-11 Dave Korn <dave.korn@artimi.com> * include/wincrypt.h (PCRYPT_DECODE_PARA): Add missing typedef. diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in index 00a6adc49..aec693c47 100644 --- a/winsup/w32api/Makefile.in +++ b/winsup/w32api/Makefile.in @@ -66,7 +66,7 @@ FLAGS_TO_PASS = \ SUBDIRS = lib PACKAGE = w32api -VERSION = 3.10 +VERSION = 3.11 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 40d83d17b..5ce7f5e9e 100644 --- a/winsup/w32api/include/w32api.h +++ b/winsup/w32api/include/w32api.h @@ -5,9 +5,9 @@ #pragma GCC system_header #endif -#define __W32API_VERSION 3.10 +#define __W32API_VERSION 3.11 #define __W32API_MAJOR_VERSION 3 -#define __W32API_MINOR_VERSION 10 +#define __W32API_MINOR_VERSION 11 /* The following defines are for documentation purposes. The following defines * identify the versions of Windows and Internet Explorer. They are not to be |