diff options
author | Earnie Boyd <earnie@users.sf.net> | 2004-02-15 09:46:16 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2004-02-15 09:46:16 +0000 |
commit | cc9c680509923d1e442d3196e1728f9374552fd9 (patch) | |
tree | 2e8657ea481553faa021a6d943fc4503e24da13c /winsup/w32api/include/w32api.h | |
parent | 955bf2ee964f94a015257cf670538f36e10dbe31 (diff) | |
download | cygnal-cc9c680509923d1e442d3196e1728f9374552fd9.tar.gz cygnal-cc9c680509923d1e442d3196e1728f9374552fd9.tar.bz2 cygnal-cc9c680509923d1e442d3196e1728f9374552fd9.zip |
* include/w32api.h: Increment version to 3.0.
* Makefile.in: Ditto.
* README.win32api: Modify license to Public Domain per agreement as
found in the mingw-dvlpr list archive.
Diffstat (limited to 'winsup/w32api/include/w32api.h')
-rw-r--r-- | winsup/w32api/include/w32api.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h index 3e0224164..6ba744fa7 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.5 -#define __W32API_MAJOR_VERSION 2 -#define __W32API_MINOR_VERSION 5 +#define __W32API_VERSION 3.0 +#define __W32API_MAJOR_VERSION 3 +#define __W32API_MINOR_VERSION 0 #endif /* ndef _W32API_H_ */ |