diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2007-03-26 01:35:24 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2007-03-26 01:35:24 +0000 |
commit | b86d10017ab704fa13b3e9dacfbd6d6c5299a4a0 (patch) | |
tree | 7846ae6b14328f8c16591fcf55e7a7a54ea1e98a /winsup | |
parent | 82654d5c013536dc1421beb553ff51fad1b63b9a (diff) | |
download | cygnal-b86d10017ab704fa13b3e9dacfbd6d6c5299a4a0.tar.gz cygnal-b86d10017ab704fa13b3e9dacfbd6d6c5299a4a0.tar.bz2 cygnal-b86d10017ab704fa13b3e9dacfbd6d6c5299a4a0.zip |
2007-03-25 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/w32api.h: Increment version to 3.9.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup')
-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 5ac0c5112..b4e8f0a67 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +2007-03-25 Chris Sutcliffe <ir0nh34d@users.sf.net> + + * include/w32api.h: Increment version to 3.9. + * Makefile.in: Ditto. + 2007-03-23 Corinna Vinschen <corinna@vinschen.de> * include/psapi.h (GetMappedFileName): Fix messed up checkin. diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in index bf2c15cc8..f8c81b062 100644 --- a/winsup/w32api/Makefile.in +++ b/winsup/w32api/Makefile.in @@ -66,7 +66,7 @@ FLAGS_TO_PASS = \ SUBDIRS = lib PACKAGE = w32api -VERSION = 3.8 +VERSION = 3.9 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 0839df93f..c8612d197 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.8 +#define __W32API_VERSION 3.9 #define __W32API_MAJOR_VERSION 3 -#define __W32API_MINOR_VERSION 8 +#define __W32API_MINOR_VERSION 9 /* The following defines are for documentation purposes. The following defines * identify the versions of Windows and Internet Explorer. They are not to be |