* include/w32api.h: Increment version to 1.5
* Makefile.in: Ditto.
This commit is contained in:
parent
0c6190694d
commit
d4cf003fa0
|
@ -1,3 +1,8 @@
|
|||
2002-05-28 Earnie Boyd <earnie@users.sf.net>
|
||||
|
||||
* include/w32api.h: Increment version to 1.5
|
||||
* Makefile.in: Ditto.
|
||||
|
||||
2002-05-27 René Møller Fonseca <fonseca@users.sourceforge.net>
|
||||
|
||||
* include/winreg.h: (RegConnectRegistry[AW]): Replace
|
||||
|
|
|
@ -66,8 +66,8 @@ FLAGS_TO_PASS = \
|
|||
SUBDIRS = lib
|
||||
|
||||
PACKAGE = w32api
|
||||
VERSION = 1.4
|
||||
CYGRELEASE = 2
|
||||
VERSION = 1.5
|
||||
CYGRELEASE = 1
|
||||
|
||||
DIST_FILES = Makefile.in configure.in configure config.guess config.sub \
|
||||
install-sh README ChangeLog TODO CONTRIBUTIONS
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
#pragma GCC system_header
|
||||
#endif
|
||||
|
||||
#define __W32API_VERSION 1.4
|
||||
#define __W32API_VERSION 1.5
|
||||
#define __W32API_MAJOR_VERSION 1
|
||||
#define __W32API_MINOR_VERSION 4
|
||||
#define __W32API_MINOR_VERSION 5
|
||||
|
||||
#endif /* ndef _W32API_H_ */
|
||||
|
|
Loading…
Reference in New Issue