aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-11-23 17:43:46 +0000
committerChristopher Faylor <me@cgf.cx>2002-11-23 17:43:46 +0000
commit1d676025c9458c7144f200e8ab160e1bf9177f93 (patch)
tree1c79540f58482f2d3c9dcad24d5d4ab052600b60 /winsup
parent15a3d9cc400833b23c6a2b73949c284f51650b9c (diff)
downloadnewlib-1d676025c9458c7144f200e8ab160e1bf9177f93.zip
newlib-1d676025c9458c7144f200e8ab160e1bf9177f93.tar.gz
newlib-1d676025c9458c7144f200e8ab160e1bf9177f93.tar.bz2
* include/cygwin/version.h: Bump DLL minor number.
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 1a46ad8..286df58 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 33e0b30..2de93cb 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. */