diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2011-03-05 20:55:46 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2011-03-05 20:55:46 +0000 |
commit | f47bfee5959634b0007caf6f2118c551fd56e4de (patch) | |
tree | 86470c3141775995f85cf6d115333e937c0d63fc /winsup/w32api/include | |
parent | 905220bf0942b98f8007b6c901aca037691eddc3 (diff) | |
download | newlib-f47bfee5959634b0007caf6f2118c551fd56e4de.zip newlib-f47bfee5959634b0007caf6f2118c551fd56e4de.tar.gz newlib-f47bfee5959634b0007caf6f2118c551fd56e4de.tar.bz2 |
2011-03-05 Chris Sutcliffe <ir0nh34d@users.sf.net>
* include/w32api.h: Increment version to 3.16.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup/w32api/include')
-rw-r--r-- | winsup/w32api/include/w32api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h index 09a2b11..5be4631 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.15 +#define __W32API_VERSION 3.16 #define __W32API_MAJOR_VERSION 3 -#define __W32API_MINOR_VERSION 15 +#define __W32API_MINOR_VERSION 16 /* The following defines are for documentation purposes. The following defines * identify the versions of Windows and Internet Explorer. They are not to be |