diff options
author | Earnie Boyd <earnie@users.sf.net> | 2001-09-17 16:15:54 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2001-09-17 16:15:54 +0000 |
commit | 3e985c99c07bfdea2fb4cabe2662f64fe54c4a7b (patch) | |
tree | 02ad44bb601eb9234966a22701949f504610cab3 /winsup/w32api/include/w32api.h | |
parent | f244c34bae8073e67e19f2a3e5e7035ec391dda3 (diff) | |
download | newlib-3e985c99c07bfdea2fb4cabe2662f64fe54c4a7b.zip newlib-3e985c99c07bfdea2fb4cabe2662f64fe54c4a7b.tar.gz newlib-3e985c99c07bfdea2fb4cabe2662f64fe54c4a7b.tar.bz2 |
2001-09-17 Earnie Boyd <earnie@sf.net>
* lib/Makefile.in (inst_includedir): Add FIXME and remove the usr/
portion of the directory from the install.
(inst_libdir): Ditto.
* Makefile.in (VERSION): Increment.
* include/w32api.h: Increment version.
Diffstat (limited to 'winsup/w32api/include/w32api.h')
-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 a237d14..9717dbc 100644 --- a/winsup/w32api/include/w32api.h +++ b/winsup/w32api/include/w32api.h @@ -1,8 +1,8 @@ #ifndef _W32API_H_ #define _W32API_H_ -#define __W32API_VERSION 1.1 +#define __W32API_VERSION 1.2 #define __W32API_MAJOR_VERSION 1 -#define __W32API_MINOR_VERSION 1 +#define __W32API_MINOR_VERSION 2 #endif /* ndef _W32API_H_ */ |