* Makefile.in: Increment VERSION.
* include/w32api.h: Ditto.
This commit is contained in:
parent
17e6a0014b
commit
ddd50f72b5
|
@ -1,3 +1,8 @@
|
||||||
|
2001-12-07 Earnie Boyd <earnie@users.sf.net>
|
||||||
|
|
||||||
|
* Makefile.in: Increment VERSION.
|
||||||
|
* include/w32api.h: Ditto.
|
||||||
|
|
||||||
2001-12-07 Danny Smith <dannysmith@users.sourceforge.net>
|
2001-12-07 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
|
* include/setupi.h (SetupDiCreateDeviceInterfaceRegKey[AW],
|
||||||
|
|
|
@ -65,7 +65,7 @@ FLAGS_TO_PASS = \
|
||||||
SUBDIRS = lib
|
SUBDIRS = lib
|
||||||
|
|
||||||
PACKAGE = w32api
|
PACKAGE = w32api
|
||||||
VERSION = 1.2
|
VERSION = 1.3
|
||||||
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 \
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
#ifndef _W32API_H_
|
#ifndef _W32API_H_
|
||||||
#define _W32API_H_
|
#define _W32API_H_
|
||||||
|
|
||||||
#define __W32API_VERSION 1.2
|
#define __W32API_VERSION 1.3
|
||||||
#define __W32API_MAJOR_VERSION 1
|
#define __W32API_MAJOR_VERSION 1
|
||||||
#define __W32API_MINOR_VERSION 2
|
#define __W32API_MINOR_VERSION 3
|
||||||
|
|
||||||
#endif /* ndef _W32API_H_ */
|
#endif /* ndef _W32API_H_ */
|
||||||
|
|
Loading…
Reference in New Issue