summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-01-21 03:36:16 +0000
committerChristopher Faylor <me@cgf.cx>2002-01-21 03:36:16 +0000
commit07cc1f1fd89b43bd7a22ebc25e49e0f089406089 (patch)
treead9237924474d82ef61d7117a860d054a1ae37e7
parent385437d4c5552ae18042a310fd149242368bc2a1 (diff)
downloadcygnal-07cc1f1fd89b43bd7a22ebc25e49e0f089406089.tar.gz
cygnal-07cc1f1fd89b43bd7a22ebc25e49e0f089406089.tar.bz2
cygnal-07cc1f1fd89b43bd7a22ebc25e49e0f089406089.zip
* 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 3b3c7a46f..46702572e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2002-01-20 Christopher Faylor <cgf@redhat.com>
+ * include/cygwin/version.h: Bump DLL minor number.
+
+2002-01-20 Christopher Faylor <cgf@redhat.com>
+
* syscalls.cc (regfree): Make dll_export.
2002-01-20 Christopher Faylor <cgf@redhat.com>
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 960e80d02..168061b8a 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 8
+#define CYGWIN_VERSION_DLL_MINOR 9
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */