2001-09-12 Earnie Boyd <earnie@SF.net>

* Makefile.in: Increment version.
	* include/w32api.h: Ditto.
	* lib/Makefile.in: Add usr/ to install directory special for cygwin.
This commit is contained in:
Earnie Boyd
2001-09-12 14:48:07 +00:00
parent e078566ced
commit c88bb51c3c
4 changed files with 17 additions and 6 deletions

View File

@ -1,8 +1,8 @@
#ifndef _W32API_H_
#define _W32API_H_
#define __W32API_VERSION 1.0
#define __W32API_VERSION 1.1
#define __W32API_MAJOR_VERSION 1
#define __W32API_MINOR_VERSION 0
#define __W32API_MINOR_VERSION 1
#endif /* ndef _W32API_H_ */