* include/w32api.h: Increment version to 2.5.
* Makefile.in: Ditto.
This commit is contained in:
		| @@ -55,6 +55,11 @@ | |||||||
| 	* include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER): | 	* include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER): | ||||||
| 	Change guards to use numeric constants, throughout. | 	Change guards to use numeric constants, throughout. | ||||||
|  |  | ||||||
|  | 2003-09-15  Earnie Boyd  <earnie@users.sf.net> | ||||||
|  |  | ||||||
|  | 	* include/w32api.h: Increment version to 2.5. | ||||||
|  | 	* Makefile.in: Ditto. | ||||||
|  |  | ||||||
| 2003-09-08  Justin Forest <vhex@users.sourceforge.net> | 2003-09-08  Justin Forest <vhex@users.sourceforge.net> | ||||||
|  |  | ||||||
| 	* include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE, | 	* include/winuser.h (PM_QS_INPUT, PM_QS_POSTMESSAGE, | ||||||
|   | |||||||
| @@ -66,7 +66,7 @@ FLAGS_TO_PASS = \ | |||||||
| SUBDIRS = lib | SUBDIRS = lib | ||||||
|  |  | ||||||
| PACKAGE = w32api | PACKAGE = w32api | ||||||
| VERSION = 2.4 | VERSION = 2.5 | ||||||
| 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 \ | ||||||
|   | |||||||
| @@ -4,8 +4,8 @@ | |||||||
| #pragma GCC system_header | #pragma GCC system_header | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #define __W32API_VERSION 2.4 | #define __W32API_VERSION 2.5 | ||||||
| #define __W32API_MAJOR_VERSION 2 | #define __W32API_MAJOR_VERSION 2 | ||||||
| #define __W32API_MINOR_VERSION 4 | #define __W32API_MINOR_VERSION 5 | ||||||
|  |  | ||||||
| #endif /* ndef _W32API_H_ */ | #endif /* ndef _W32API_H_ */ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user