diff options
author | Christopher Faylor <me@cgf.cx> | 2005-05-25 03:46:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-05-25 03:46:10 +0000 |
commit | 2a41ee9e0c97a23d472004a5dd8a951dc3be4728 (patch) | |
tree | 74a821fb15cf5b1894bae2406da819da43dd1ca7 /winsup | |
parent | 5c288d4342ef0c095a1f28bba69c25b53bbf402f (diff) | |
download | newlib-2a41ee9e0c97a23d472004a5dd8a951dc3be4728.zip newlib-2a41ee9e0c97a23d472004a5dd8a951dc3be4728.tar.gz newlib-2a41ee9e0c97a23d472004a5dd8a951dc3be4728.tar.bz2 |
* include/cygwin/version.h: Bump API minor number to 129.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index bb60063..c1357eb 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,9 @@ 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> + * cygwin.din: Export mkdtemp. * mktemp.cc: New file. * Makefile.in (DLL_OFILES): Add mktemp.o diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 00b6b27..609529f 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 |