* include/cygwin/version.h: Bump API minor number to 129.
This commit is contained in:
parent
5c288d4342
commit
2a41ee9e0c
|
@ -1,3 +1,7 @@
|
||||||
|
2005-05-24 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
|
* include/cygwin/version.h: Bump API minor number to 129.
|
||||||
|
|
||||||
2005-05-24 Christopher Faylor <cgf@timesys.com>
|
2005-05-24 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* cygwin.din: Export mkdtemp.
|
* cygwin.din: Export mkdtemp.
|
||||||
|
|
|
@ -255,12 +255,13 @@ details. */
|
||||||
126: Export lsearch, lfind, timer_gettime.
|
126: Export lsearch, lfind, timer_gettime.
|
||||||
127: Export sigrelese.
|
127: Export sigrelese.
|
||||||
128: Export pselect.
|
128: Export pselect.
|
||||||
|
129: Export mkdtemp.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* 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 128
|
#define CYGWIN_VERSION_API_MINOR 129
|
||||||
|
|
||||||
/* 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
|
||||||
|
|
Loading…
Reference in New Issue