From b73441fc30c4f1784838c5472ed2897c72e93be1 Mon Sep 17 00:00:00 2001 From: Earnie Boyd Date: Sun, 5 Sep 2004 15:27:56 +0000 Subject: * include/w32api.h: Increment version to 3.1. * Makefile.in: Ditto. --- winsup/w32api/ChangeLog | 12 ++++++++++++ winsup/w32api/Makefile.in | 2 +- winsup/w32api/include/w32api.h | 4 ++-- 3 files changed, 15 insertions(+), 3 deletions(-) (limited to 'winsup/w32api') diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 9d7eebabd..87e802d0d 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +2004-09 05 Earnie Boyd + + * include/w32api.h: Increment version to 3.1. + * Makefile.in: Ditto. + 2004-09-05 Hosaka Yuji * include/winuser.h (MonitorFromPoint, MonitorFromRect, @@ -513,6 +518,13 @@ * include/GL/glu.h: Include . Thanks to Greg Couch +2004-02-15 Earnie Boyd + + * 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. + 2004-02-13 Earnie Boyd * include/ddk/winddk.h (DIRECTORY_QUERY): Add define. diff --git a/winsup/w32api/Makefile.in b/winsup/w32api/Makefile.in index aebb503cd..dcf05b4ec 100644 --- a/winsup/w32api/Makefile.in +++ b/winsup/w32api/Makefile.in @@ -66,7 +66,7 @@ FLAGS_TO_PASS = \ SUBDIRS = lib PACKAGE = w32api -VERSION = 3.0 +VERSION = 3.1 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 6ba744fa7..92cfb95f9 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 3.0 +#define __W32API_VERSION 3.1 #define __W32API_MAJOR_VERSION 3 -#define __W32API_MINOR_VERSION 0 +#define __W32API_MINOR_VERSION 1 #endif /* ndef _W32API_H_ */ -- cgit v1.2.3