* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.

This commit is contained in:
Corinna Vinschen 2011-08-16 14:48:38 +00:00
parent 6bc64eac26
commit c429beb296
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-08-16 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
2011-08-16 Corinna Vinschen <corinna@vinschen.de> 2011-08-16 Corinna Vinschen <corinna@vinschen.de>
* autoload.cc (GetModuleHandleExW): Define. * autoload.cc (GetModuleHandleExW): Define.

View File

@ -419,12 +419,13 @@ details. */
248: Export __fpurge. 248: Export __fpurge.
249: Export pthread_condattr_getclock, pthread_condattr_setclock. 249: Export pthread_condattr_getclock, pthread_condattr_setclock.
250: Export clock_nanosleep. 250: Export clock_nanosleep.
251: RTLD_NODELETE, RTLD_NOLOAD, RTLD_DEEPBIND added.
*/ */
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0 #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 /* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible shared memory regions. It is incremented when incompatible