summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-04-02 21:22:52 +0000
committerChristopher Faylor <me@cgf.cx>2005-04-02 21:22:52 +0000
commit5e679b1981e6afe2c1448bf4f6815dae3f06355b (patch)
treeb1db6e9efa252fc853ace831209368f60aa78b98 /winsup/cygwin
parent31d419c97769a0fea821c7e0087bd5c0658c9490 (diff)
downloadcygnal-5e679b1981e6afe2c1448bf4f6815dae3f06355b.tar.gz
cygnal-5e679b1981e6afe2c1448bf4f6815dae3f06355b.tar.bz2
cygnal-5e679b1981e6afe2c1448bf4f6815dae3f06355b.zip
* include/cygwin/version.h: Bump DLL minor number to 15.
Diffstat (limited to 'winsup/cygwin')
-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 186dcfe8e..6f26816f8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-02 Christopher Faylor <cgf@timesys.com>
+
+ * include/cygwin/version.h: Bump DLL minor number to 15.
+
2005-04-01 Corinna Vinschen <corinna@vinschen.de>
* fork.cc (fork_child): Add missing __stdcall.
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index a18bd8f71..3bc96286e 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -42,7 +42,7 @@ details. */
changes to the DLL and is mainly informative in nature. */
#define CYGWIN_VERSION_DLL_MAJOR 1005
-#define CYGWIN_VERSION_DLL_MINOR 14
+#define CYGWIN_VERSION_DLL_MINOR 15
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */