* 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.
This commit is contained in:
Earnie Boyd
2004-02-15 09:46:16 +00:00
parent 955bf2ee96
commit cc9c680509
3 changed files with 13 additions and 88 deletions

View File

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