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

This commit is contained in:
Christopher Faylor 2000-12-25 18:37:44 +00:00
parent 45eb603342
commit 48c4679d55
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Mon Dec 25 13:36:44 2000 Christopher Faylor <cgf@cygnus.com>
* include/cygwin/version.h: Bump DLL minor version number to 8.
Wed Dec 20 13:37:00 2000 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc: Add load statement for SetSecurityDescriptorControl.

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 7
#define CYGWIN_VERSION_DLL_MINOR 8
/* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
incompatible. */