diff options
author | Earnie Boyd <earnie@users.sf.net> | 2002-11-25 21:15:52 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2002-11-25 21:15:52 +0000 |
commit | 4e85569d1146c519fdb51758df7d8ca5c92e4311 (patch) | |
tree | 58cdeea4facac83a4862d24b9655eb88964e7441 | |
parent | d90f3dc1baa701ddc856b484aeac7c5a978029ac (diff) | |
download | newlib-4e85569d1146c519fdb51758df7d8ca5c92e4311.zip newlib-4e85569d1146c519fdb51758df7d8ca5c92e4311.tar.gz newlib-4e85569d1146c519fdb51758df7d8ca5c92e4311.tar.bz2 |
* include/w32api.h: Increment to version 2.2
* Makefile.in: Ditto.
-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 fd2157e..f45586e 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,5 +1,10 @@ 2002-11-25 Earnie Boyd <earnie@users.sf.net> + * include/w32api.h: Increment to version 2.2 + * Makefile.in: Ditto. + +2002-11-25 Earnie Boyd <earnie@users.sf.net> + * lib/Makefile.in (dist, install): Correct the install destinations. * lib/ddk/Makefile.in (dist, install): Ditto. diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in index 60e2085..400bc1e 100644 --- a/winsup/w32api/Makefile.in +++ b/winsup/w32api/Makefile.in @@ -66,7 +66,7 @@ FLAGS_TO_PASS = \ SUBDIRS = lib PACKAGE = w32api -VERSION = 2.1 +VERSION = 2.2 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 521703c..d09b132 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.1 +#define __W32API_VERSION 2.2 #define __W32API_MAJOR_VERSION 2 -#define __W32API_MINOR_VERSION 1 +#define __W32API_MINOR_VERSION 2 #endif /* ndef _W32API_H_ */ |