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

This commit is contained in:
Christopher Faylor 2000-07-28 03:35:52 +00:00
parent 0ec91c685c
commit 403a661709
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Jul 27 23:33:32 2000 Christopher Faylor <cgf@cygnus.com>
* include/cygwin/version.h: Bump DLL minor version number to 4.
2000-07-27 DJ Delorie <dj@redhat.com>
* testsuite/winsup.api/winsup.exp: ignore stdout by default

View File

@ -44,7 +44,7 @@ details. */
/* The current cygwin version is 1.1.0 */
#define CYGWIN_VERSION_DLL_MAJOR 1001
#define CYGWIN_VERSION_DLL_MINOR 3
#define CYGWIN_VERSION_DLL_MINOR 4
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */