aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-05-21 15:50:36 +0000
committerChristopher Faylor <me@cgf.cx>2001-05-21 15:50:36 +0000
commitf01fb5e796d22be855e3bfd4e382de62010e3701 (patch)
treeb735066a9e4473e5bb64f95ec41e9b7829e6d4e1
parentb62456f42fc0ae96c6adb4df502574c370b40ed3 (diff)
downloadnewlib-f01fb5e796d22be855e3bfd4e382de62010e3701.zip
newlib-f01fb5e796d22be855e3bfd4e382de62010e3701.tar.gz
newlib-f01fb5e796d22be855e3bfd4e382de62010e3701.tar.bz2
* include/cygwin/version.h: Bump minor version number.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/include/cygwin/version.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f37799b..d808a9f 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 21 11:46:01 2001 Christopher Faylor <cgf@cygnus.com>
+
+ * include/cygwin/version.h: Bump minor version number.
+
Sun May 20 13:26:25 2001 Christopher Faylor <cgf@cygnus.com>
* fhandler_dsp.cc: Reformat to GNU standards.
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index d576b08..6c83ad4 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -44,7 +44,7 @@ details. */
/* The current cygwin version is 1.3.1 */
#define CYGWIN_VERSION_DLL_MAJOR 1003
-#define CYGWIN_VERSION_DLL_MINOR 2
+#define CYGWIN_VERSION_DLL_MINOR 3
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */