Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2014-07-21 15:08:07 +0400
committerCorinna Vinschen <corinna@vinschen.de>2014-07-21 15:08:07 +0400
commit7cc124b0e5cefbe90e23a4477ce99c70adb6ce8d (patch)
tree04eb3c75d0d9c07dc65efe02adb5c80c7bff0e05 /winsup/cygwin
parent9c961871726bc650c4d17f6b6a9656dd273f3495 (diff)
bump to 32
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 52ad458c8..2e315c7c2 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2014-07-21 Corinna Vinschen <corinna@vinschen.de>
+ * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 32.
+
+2014-07-21 Corinna Vinschen <corinna@vinschen.de>
+
* uinfo.cc: Fix typo in comment.
2014-07-16 Corinna Vinschen <corinna@vinschen.de>
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 97a53cb30..c2ea8a37e 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 31
+#define CYGWIN_VERSION_DLL_MINOR 32
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */