From 3e985c99c07bfdea2fb4cabe2662f64fe54c4a7b Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Mon, 17 Sep 2001 16:15:54 +0000 Subject: 2001-09-17 Earnie Boyd * 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. --- winsup/w32api/include/w32api.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'winsup/w32api/include/w32api.h') diff --git a/winsup/w32api/include/w32api.h b/winsup/w32api/include/w32api.h index a237d14d6..9717dbc21 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_ */ -- cgit v1.2.3