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:
authorChristopher Faylor <me@cgf.cx>2002-11-23 20:43:46 +0300
committerChristopher Faylor <me@cgf.cx>2002-11-23 20:43:46 +0300
commit1d676025c9458c7144f200e8ab160e1bf9177f93 (patch)
tree1c79540f58482f2d3c9dcad24d5d4ab052600b60
parent15a3d9cc400833b23c6a2b73949c284f51650b9c (diff)
* include/cygwin/version.h: Bump DLL minor number.
-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 1a46ad8f3..286df5831 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-23 Christopher Faylor <cgf@redhat.com>
+
+ * include/cygwin/version.h: Bump DLL minor number.
+
2002-11-22 Christopher Faylor <cgf@redhat.com>
* exceptions.cc (handle_sigsuspend): Force pending signal delivery
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 33e0b30dc..2de93cb15 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 1003
-#define CYGWIN_VERSION_DLL_MINOR 16
+#define CYGWIN_VERSION_DLL_MINOR 17
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */