summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-03-01 22:35:00 +0000
committerChristopher Faylor <me@cgf.cx>2011-03-01 22:35:00 +0000
commit96ef911a49faacc57286876114b5c630158ceae2 (patch)
tree8966461a9c527a37f077d0de0d9cc0fedaecdd01
parent127c3221cd3d5ebed1869f2e18604f22c8ed45f7 (diff)
downloadcygnal-96ef911a49faacc57286876114b5c630158ceae2.tar.gz
cygnal-96ef911a49faacc57286876114b5c630158ceae2.tar.bz2
cygnal-96ef911a49faacc57286876114b5c630158ceae2.zip
* include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 9.
-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 2fade6ae0..e171c4fcf 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2011-03-01 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * include/cygwin/version.h: Bump CYGWIN_VERSION_DLL_MINOR to 9.
+
2011-02-28 Christopher Faylor <me+cygwin@cgf.cx>
* autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 7d723c0c4..f20e850e1 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -43,7 +43,7 @@ details. */
changes to the DLL and is mainly informative in nature. */
#define CYGWIN_VERSION_DLL_MAJOR 1007
-#define CYGWIN_VERSION_DLL_MINOR 8
+#define CYGWIN_VERSION_DLL_MINOR 9
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */