* include/w32api.h: Increment version to 3.1.

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2004-09-05 15:27:56 +00:00
parent 71c68d9607
commit b73441fc30
3 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2004-09 05 Earnie Boyd <earnie@users.sf.net>
* include/w32api.h: Increment version to 3.1.
* Makefile.in: Ditto.
2004-09-05 Hosaka Yuji <hos@tamanegi.org> 2004-09-05 Hosaka Yuji <hos@tamanegi.org>
* include/winuser.h (MonitorFromPoint, MonitorFromRect, * include/winuser.h (MonitorFromPoint, MonitorFromRect,
@ -513,6 +518,13 @@
* include/GL/glu.h: Include <stddef.h>. * include/GL/glu.h: Include <stddef.h>.
Thanks to Greg Couch <gregcouch@users.sourceforge.net> Thanks to Greg Couch <gregcouch@users.sourceforge.net>
2004-02-15 Earnie Boyd <earnie@users.sf.net>
* 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 <earnie@users.sourceforge.net> 2004-02-13 Earnie Boyd <earnie@users.sourceforge.net>
* include/ddk/winddk.h (DIRECTORY_QUERY): Add define. * include/ddk/winddk.h (DIRECTORY_QUERY): Add define.

View File

@ -66,7 +66,7 @@ FLAGS_TO_PASS = \
SUBDIRS = lib SUBDIRS = lib
PACKAGE = w32api PACKAGE = w32api
VERSION = 3.0 VERSION = 3.1
CYGRELEASE = 1 CYGRELEASE = 1
DIST_FILES = Makefile.in configure.in configure config.guess config.sub \ DIST_FILES = Makefile.in configure.in configure config.guess config.sub \

View File

@ -4,8 +4,8 @@
#pragma GCC system_header #pragma GCC system_header
#endif #endif
#define __W32API_VERSION 3.0 #define __W32API_VERSION 3.1
#define __W32API_MAJOR_VERSION 3 #define __W32API_MAJOR_VERSION 3
#define __W32API_MINOR_VERSION 0 #define __W32API_MINOR_VERSION 1
#endif /* ndef _W32API_H_ */ #endif /* ndef _W32API_H_ */