summaryrefslogtreecommitdiffstats
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-10-30 01:53:02 +0000
committerChristopher Faylor <me@cgf.cx>2000-10-30 01:53:02 +0000
commitf745abc7a073522a7fd79db3ffadc6b94f36d7b2 (patch)
tree3cccad532781d2a51bb62fbc753622d3292d7d68 /winsup
parent86fff69f622c1e9e07dbc9b9d81bd35b9ddb1759 (diff)
downloadcygnal-f745abc7a073522a7fd79db3ffadc6b94f36d7b2.tar.gz
cygnal-f745abc7a073522a7fd79db3ffadc6b94f36d7b2.tar.bz2
cygnal-f745abc7a073522a7fd79db3ffadc6b94f36d7b2.zip
* include/cygwin/version.h: Bump DLL minor version number to 6.
Diffstat (limited to 'winsup')
-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 d56a52331..d96c1c6a4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+Sun Oct 29 20:52:31 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * include/cygwin/version.h: Bump DLL minor version number to 6.
+
Sat Oct 28 01:39:53 2000 Christopher Faylor <cgf@cygnus.com>
* configure.in: Eliminate subdir stuff.
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index ff440b955..08f226121 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.1.0 */
#define CYGWIN_VERSION_DLL_MAJOR 1001
-#define CYGWIN_VERSION_DLL_MINOR 5
+#define CYGWIN_VERSION_DLL_MINOR 6
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */