aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-02-27 23:06:55 +0000
committerChristopher Faylor <me@cgf.cx>2002-02-27 23:06:55 +0000
commitd1f50ae546b2b83a73b9e12f01a76eaba825c6e2 (patch)
treeac12648f52fb8371b39e441cc8769b5c40a5604c
parent27d01a721763529eca79f7a1b336a874b2350fe9 (diff)
downloadnewlib-d1f50ae546b2b83a73b9e12f01a76eaba825c6e2.zip
newlib-d1f50ae546b2b83a73b9e12f01a76eaba825c6e2.tar.gz
newlib-d1f50ae546b2b83a73b9e12f01a76eaba825c6e2.tar.bz2
* include/cygwin/version.h: Bump DLL minor 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 fab0f33..d9d5a94 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-27 Christopher Faylor <cgf@redhat.com>
+
+ * include/cygwin/version.h: Bump DLL minor number.
+
2002-02-23 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din (fstat64): New symbol.
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index f896e70..5bf5663 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.6 */
#define CYGWIN_VERSION_DLL_MAJOR 1003
-#define CYGWIN_VERSION_DLL_MINOR 10
+#define CYGWIN_VERSION_DLL_MINOR 11
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */