diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index c4d02902a..452d17c4d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2011-08-16 Corinna Vinschen + + * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump. + 2011-08-16 Corinna Vinschen * autoload.cc (GetModuleHandleExW): Define. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 3798eb8df..437ebe45a 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -419,12 +419,13 @@ details. */ 248: Export __fpurge. 249: Export pthread_condattr_getclock, pthread_condattr_setclock. 250: Export clock_nanosleep. + 251: RTLD_NODELETE, RTLD_NOLOAD, RTLD_DEEPBIND added. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 250 +#define CYGWIN_VERSION_API_MINOR 251 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible