summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-06-23 15:21:44 +0200
committerCorinna Vinschen <corinna@vinschen.de>2016-06-23 15:21:44 +0200
commitbceb8ebebb78612cd1da16790ce30d37eddbe244 (patch)
tree0e822b5d2e41103fcb5e114f1f94b19acdd61705
parent6e623e9320d25b1f0c2ad0c2ed581ec5dcb85c50 (diff)
downloadcygnal-bceb8ebebb78612cd1da16790ce30d37eddbe244.tar.gz
cygnal-bceb8ebebb78612cd1da16790ce30d37eddbe244.tar.bz2
cygnal-bceb8ebebb78612cd1da16790ce30d37eddbe244.zip
Bump DLL minor version
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/include/cygwin/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 9351ea907..1f5bf7212 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -11,7 +11,7 @@ details. */
changes to the DLL and is mainly informative in nature. */
#define CYGWIN_VERSION_DLL_MAJOR 2005
-#define CYGWIN_VERSION_DLL_MINOR 2
+#define CYGWIN_VERSION_DLL_MINOR 3
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */