From: Christopher Faylor Date: Wed, 25 May 2005 03:46:10 +0000 (+0000) Subject: * include/cygwin/version.h: Bump API minor number to 129. X-Git-Tag: msnyder-tracepoint-checkpoint-branchpoint~21 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=2a41ee9e0c97a23d472004a5dd8a951dc3be4728;p=newlib-cygwin.git * include/cygwin/version.h: Bump API minor number to 129. --- diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index bb6006365..c1357eb69 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2005-05-24 Christopher Faylor + + * include/cygwin/version.h: Bump API minor number to 129. + 2005-05-24 Christopher Faylor * cygwin.din: Export mkdtemp. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 00b6b273d..609529fc5 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -255,12 +255,13 @@ details. */ 126: Export lsearch, lfind, timer_gettime. 127: Export sigrelese. 128: Export pselect. + 129: Export mkdtemp. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 128 +#define CYGWIN_VERSION_API_MINOR 129 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible