From 4004738117733a2a6f26ac68fb7e0d4dad3520d9 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 15 May 2000 04:37:03 +0000 Subject: [PATCH] * include/cygwin/version.h: Bump DLL minor version number to 2. --- winsup/cygwin/ChangeLog | 8 ++++---- winsup/cygwin/include/cygwin/version.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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. */