* include/cygwin/version.h: Bump DLL minor version number to 2.
This commit is contained in:
parent
66aea0c52e
commit
4004738117
|
@ -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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue