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

* Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2003-03-26 23:50:25 +00:00
parent 200738932f
commit fc7c546387
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2003-03-26 Earnie Boyd <earnie@users.sf.net>
* include/w32api.h: Increment version to 2.4.
* Makefile.in: Ditto.
2003-03-26 Danny Smith <dannysmith@users.sourceforge.net>
* include/ddk/batclass.h (BATTERY_REPORTING_SCALE)

View file

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

View file

@ -4,8 +4,8 @@
#pragma GCC system_header
#endif
#define __W32API_VERSION 2.3
#define __W32API_VERSION 2.4
#define __W32API_MAJOR_VERSION 2
#define __W32API_MINOR_VERSION 3
#define __W32API_MINOR_VERSION 4
#endif /* ndef _W32API_H_ */