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
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-01-17 06:49:04 +0300
committerChristopher Faylor <me@cgf.cx>2006-01-17 06:49:04 +0300
commit05ee4328f2df5bf7cedb08f6d9263d9d27d4b3d2 (patch)
tree879af68a09948ca758149e2d4055d4649184fda6 /winsup
parent6c54812ca36c735ef5030a691898db66627e3200 (diff)
* include/cygwin/version.h: Bump DLL minor version number to 20.
Diffstat (limited to 'winsup')
-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 4d4be639a..9b6ad7daf 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2006-01-16 Christopher Faylor <cgf@timesys.com>
+
+ * include/cygwin/version.h: Bump DLL minor version number to 20.
+
2006-01-13 Corinna Vinschen <corinna@vinschen.de>
* uname.cc (uname): Concatenate a "-WOW64" to utsname's sysname
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 283224d55..c7bba5013 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 1005
-#define CYGWIN_VERSION_DLL_MINOR 19
+#define CYGWIN_VERSION_DLL_MINOR 20
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */