* include/cygwin/version.h: Bump DLL minor number.

This commit is contained in:
Christopher Faylor 2002-10-14 00:06:33 +00:00
parent 3f5046a540
commit bac610ad86
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2002-10-13 Christopher Faylor <cgf@redhat.com>
* include/cygwin/version.h: Bump DLL minor number.
2002-10-13 Christopher Faylor <cgf@redhat.com>
* 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 <cgf@redhat.com>

View File

@ -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. */