diff options
author | Earnie Boyd <earnie@users.sf.net> | 2002-06-15 15:56:58 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2002-06-15 15:56:58 +0000 |
commit | 5ae611458b5e107705f414c782afc53ce0bd4b59 (patch) | |
tree | 8364fcdca82c3361920442fbb997bcad75e108a0 /winsup | |
parent | 00f55bc3a967474915d3ff2cf6e6c664380a6294 (diff) | |
download | cygnal-5ae611458b5e107705f414c782afc53ce0bd4b59.tar.gz cygnal-5ae611458b5e107705f414c782afc53ce0bd4b59.tar.bz2 cygnal-5ae611458b5e107705f414c782afc53ce0bd4b59.zip |
* include/_mingw.h: Increment to version 2.1.
* Makefile.in: Ditto.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/mingw/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/mingw/Makefile.in | 2 | ||||
-rw-r--r-- | winsup/mingw/include/_mingw.h | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog index ac7cffc3b..72ae3ce5a 100644 --- a/winsup/mingw/ChangeLog +++ b/winsup/mingw/ChangeLog @@ -1,5 +1,10 @@ 2002-06-15 Earnie Boyd <earnie@users.sf.net> + * include/_mingw.h: Increment to version 2.1. + * Makefile.in: Ditto. + +2002-06-15 Earnie Boyd <earnie@users.sf.net> + * Makefile.in (conf_prefix): New variable. (dist_prefix): Ditto. Conditionally set to $(conf_prefix). (bindist): Use dist_prefix. diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in index f827d2727..ddb44fb6e 100644 --- a/winsup/mingw/Makefile.in +++ b/winsup/mingw/Makefile.in @@ -18,7 +18,7 @@ # This makefile requires GNU make. PACKAGE = mingw-runtime -VERSION = 2.0 +VERSION = 2.1 CYGRELEASE = 1 VPATH = @srcdir@ diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h index f8b126142..0ee41f3fe 100644 --- a/winsup/mingw/include/_mingw.h +++ b/winsup/mingw/include/_mingw.h @@ -60,9 +60,9 @@ # define __int64 long long #endif /* __GNUC__ */ -#define __MINGW32_VERSION 2.0 +#define __MINGW32_VERSION 2.1 #define __MINGW32_MAJOR_VERSION 2 -#define __MINGW32_MINOR_VERSION 0 +#define __MINGW32_MINOR_VERSION 1 #endif /* __MINGW_H */ |