summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-11-29 13:31:54 +0000
committerChristopher Faylor <me@cgf.cx>2013-11-29 13:31:54 +0000
commit8116e5e59b4a652db82ad0923683c569017599a9 (patch)
tree689f6e6b818c88dc7186fe710992ffed12be6cce
parent390aa0b67fbbbe2998bb040795d585b1408866d7 (diff)
downloadcygnal-8116e5e59b4a652db82ad0923683c569017599a9.tar.gz
cygnal-8116e5e59b4a652db82ad0923683c569017599a9.tar.bz2
cygnal-8116e5e59b4a652db82ad0923683c569017599a9.zip
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27.
-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 a97e03bf2..01ec78eea 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-29 Christopher Faylor <me.cygwin2013@cgf.cx>
+
+ * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 27.
+
2013-11-13 Jon TURNEY <jon.turney@dronecode.org.uk>
* include/cygwin/stdlib.h(initstate, random, setstate, srandom) :
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 47f610a06..dbe7dd6b2 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 26
+#define CYGWIN_VERSION_DLL_MINOR 27
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */