* include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
This commit is contained in:
parent
6bc64eac26
commit
c429beb296
|
@ -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>
|
||||
|
||||
* autoload.cc (GetModuleHandleExW): Define.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue