From bac610ad864db320ab516ac11cce81e15fddbdb4 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 14 Oct 2002 00:06:33 +0000 Subject: * include/cygwin/version.h: Bump DLL minor number. --- winsup/cygwin/ChangeLog | 6 +++++- winsup/cygwin/include/cygwin/version.h | 4 +--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c1a576ff8..df2e66ba6 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2002-10-13 Christopher Faylor + + * include/cygwin/version.h: Bump DLL minor number. + 2002-10-13 Christopher Faylor * cygthread.cc (cygthread::stub): Don't create event for long-running @@ -61,7 +65,7 @@ (wait_sig): Use GetCurrentThread() as SetThreadPriority call rather than *event* handle. Call ExitThread directly on termination. (wait_subproc): Call ExitThread directly on termination. - * tty.cc (tty_list::terminate): Don't attempt t detach from + * tty.cc (tty_list::terminate): Don't attempt to detach from output_thread. 2002-10-08 Christopher Faylor diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index da5591561..984798f14 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -41,10 +41,8 @@ details. */ the Cygwin library". This version is used to track important changes to the DLL and is mainly informative in nature. */ - /* The current cygwin version is 1.3.6 */ - #define CYGWIN_VERSION_DLL_MAJOR 1003 -#define CYGWIN_VERSION_DLL_MINOR 13 +#define CYGWIN_VERSION_DLL_MINOR 14 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ -- cgit v1.2.3