diff options
author | Christopher Faylor <me@cgf.cx> | 2000-05-15 04:37:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-05-15 04:37:03 +0000 |
commit | 4004738117733a2a6f26ac68fb7e0d4dad3520d9 (patch) | |
tree | 64a2e23ce589a76030dd2732a7f8578f6c3cd1c0 /winsup | |
parent | 66aea0c52eb2c0a87ac838b557224102ae1521cc (diff) | |
download | cygnal-4004738117733a2a6f26ac68fb7e0d4dad3520d9.tar.gz cygnal-4004738117733a2a6f26ac68fb7e0d4dad3520d9.tar.bz2 cygnal-4004738117733a2a6f26ac68fb7e0d4dad3520d9.zip |
* include/cygwin/version.h: Bump DLL minor version number to 2.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 8 | ||||
-rw-r--r-- | 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 <cgf@cygnus.com> + + * include/cygwin/version.h: Bump DLL minor version number to 2. + Sun May 14 23:41:24 2000 Christopher Faylor <cgf@cygnus.com> * shared.h: Bump PROC_MAGIC. @@ -536,10 +540,6 @@ Sat Mar 11 22:47:43 2000 Christopher Faylor <cgf@cygnus.com> Streamline, simplify code. * sigproc.cc (sig_send): Remove debugging statement. -Sat Mar 11 22:46:55 2000 Christopher Faylor <cgf@cygnus.com> - - * fhandler_console.cc (fhandler_console::read) - Fri Mar 10 13:20:50 2000 Christopher Faylor <cgf@cygnus.com> * 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. */ |