Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2002-08-21 16:18:28 +0400
committerEarnie Boyd <earnie@users.sf.net>2002-08-21 16:18:28 +0400
commit811b5b0ae4f09fc10105110e657f78bf173f6f99 (patch)
treec8c9cc0e65ee7a152475a6e3319ddc4b40ac0170 /winsup/mingw
parent39d3651cad5e7a7192727c42dde90ab29770357d (diff)
* include/_mingw.h: Increment version to 2.2.
Makefile.in: Ditto.
Diffstat (limited to 'winsup/mingw')
-rw-r--r--winsup/mingw/ChangeLog5
-rw-r--r--winsup/mingw/Makefile.in2
-rw-r--r--winsup/mingw/include/_mingw.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 83719b786..a656942fa 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -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.
diff --git a/winsup/mingw/Makefile.in b/winsup/mingw/Makefile.in
index 336369fa7..169556ae6 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.1
+VERSION = 2.2
CYGRELEASE = 1
VPATH = @srcdir@
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 33b808d2a..796476265 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -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 */