* include/_mingw.h: Increment version to 2.2.

Makefile.in: Ditto.
This commit is contained in:
Earnie Boyd 2002-08-21 12:18:28 +00:00
parent 39d3651cad
commit 811b5b0ae4
3 changed files with 7 additions and 2 deletions

View File

@ -18,6 +18,11 @@
* Makefile.in (test_headers): New target, using it,
(SRCDIST_FILES): Distribute it.
2002-08-20 Earnie Boyd <earnie@users.sf.net>
* include/_mingw.h: Increment version to 2.2.
Makefile.in: Ditto.
2002-08-14 Earnie Boyd <earnie@users.sf.net>
* include/unistd.h: Add include of process.h.

View File

@ -18,7 +18,7 @@
# This makefile requires GNU make.
PACKAGE = mingw-runtime
VERSION = 2.1
VERSION = 2.2
CYGRELEASE = 1
VPATH = @srcdir@

View File

@ -67,7 +67,7 @@
#define __MINGW32_VERSION 2.1
#define __MINGW32_MAJOR_VERSION 2
#define __MINGW32_MINOR_VERSION 1
#define __MINGW32_MINOR_VERSION 2
#endif /* __MINGW_H */