diff options
author | Earnie Boyd <earnie@users.sf.net> | 2002-06-14 13:46:12 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2002-06-14 13:46:12 +0000 |
commit | ced1e577b77b5bf0abab7fdcce453fdf0fb249ce (patch) | |
tree | bab1464463a01a1385776a6648db3591278c2b3f /winsup/w32api/include/w32api.h | |
parent | 687da29f133d3efd68f4b97514cd1673c7bab854 (diff) | |
download | cygnal-ced1e577b77b5bf0abab7fdcce453fdf0fb249ce.tar.gz cygnal-ced1e577b77b5bf0abab7fdcce453fdf0fb249ce.tar.bz2 cygnal-ced1e577b77b5bf0abab7fdcce453fdf0fb249ce.zip |
* include/w32api.h: Change to version 2.0 to reflect the change
in the license.
* README: Renamed.
* README.w32api: Renamed from README. Modified license to remove
the restriction of notifying the author based on the fact that the
author is unreachable at the notified address.
* Makefile.in (VERSION): Change to 2.0.
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 dc0c96c1e..9be737fb7 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 1.5 -#define __W32API_MAJOR_VERSION 1 -#define __W32API_MINOR_VERSION 5 +#define __W32API_VERSION 2.0 +#define __W32API_MAJOR_VERSION 2 +#define __W32API_MINOR_VERSION 0 #endif /* ndef _W32API_H_ */ |