diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 792c7759d..ff4d83f46 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Mon May 15 00:35:35 2000 Christopher Faylor + + * include/cygwin/version.h: Bump DLL minor version number to 2. + Sun May 14 23:41:24 2000 Christopher Faylor * shared.h: Bump PROC_MAGIC. @@ -536,10 +540,6 @@ Sat Mar 11 22:47:43 2000 Christopher Faylor Streamline, simplify code. * sigproc.cc (sig_send): Remove debugging statement. -Sat Mar 11 22:46:55 2000 Christopher Faylor - - * fhandler_console.cc (fhandler_console::read) - Fri Mar 10 13:20:50 2000 Christopher Faylor * sigproc.cc: Set wait_sig priority to normal. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 6df763358..f145ed62d 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -44,7 +44,7 @@ details. */ /* The current cygwin version is 1.1.0 */ #define CYGWIN_VERSION_DLL_MAJOR 1001 -#define CYGWIN_VERSION_DLL_MINOR 1 +#define CYGWIN_VERSION_DLL_MINOR 2 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */