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>2013-12-08 17:42:16 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-12-08 17:42:16 +0400
commit4726a0e769468e5c559673525c4a816b8e7992a5 (patch)
treea981d90d108a3e0b544a56269a602011c489d558
parent9a0027836f311d90c5e77fa9cc575cc721451926 (diff)
* include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 28.
-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 c1b6afc67..359efdec9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2013-12-08 Corinna Vinschen <corinna@vinschen.de>
+
+ * include/cygwin/version.h (CYGWIN_VERSION_DLL_MINOR): Bump to 28.
+
2013-12-07 Corinna Vinschen <corinna@vinschen.de>
* path.cc (symlink_native): Workaround Windows 8.1 bug: Drop long path
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index dbe7dd6b2..5c6822b84 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 27
+#define CYGWIN_VERSION_DLL_MINOR 28
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */