From 667f875d1765b9c7af0d0b54174ed34239b00095 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 27 Jul 2002 01:52:05 +0000 Subject: * include/cygwin/version.h: Bump API version to indicate that ntsec is on by default now. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/include/cygwin/version.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'winsup') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 486554cf6..7bdbf329d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2002-07-26 Christopher Faylor + + * include/cygwin/version.h: Bump API version to indicate that ntsec is + on by default now. + 2002-07-26 Conrad Scott * fhandler_registry.cc (fhandler_registry::close): Return any error diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index eb076c2f3..aafc2f932 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -153,12 +153,13 @@ details. */ 53: Export strlcat, strlcpy. 54: Export __fpclassifyd, __fpclassifyf, __signbitd, __signbitf. 55: Export fcloseall, fcloseall_r. + 56: Make ntsec on by default. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 55 +#define CYGWIN_VERSION_API_MINOR 56 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible -- cgit v1.2.3