* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233.

This commit is contained in:
Christopher Faylor 2010-10-27 14:22:27 +00:00
parent ec515e9e47
commit 3e38e8abf7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-10-27 Christopher Faylor <me+cygwin@cgf.cx>
* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233.
2010-10-24 Christopher Faylor <me+cygwin@cgf.cx> 2010-10-24 Christopher Faylor <me+cygwin@cgf.cx>
* dcrt0.cc (do_exit): Don't set thread termination until all fds have * dcrt0.cc (do_exit): Don't set thread termination until all fds have

View File

@ -396,12 +396,13 @@ details. */
ccoshf, cexp, cexpf, cimag, cimagf, clog, clogf, conj, conjf, cpow, ccoshf, cexp, cexpf, cimag, cimagf, clog, clogf, conj, conjf, cpow,
cpowf, cproj, cprojf, creal, crealf, csin, csinf, csinh, csinhf, cpowf, cproj, cprojf, creal, crealf, csin, csinf, csinh, csinhf,
csqrt, csqrtf, ctan, ctanf, ctanh, ctanhf. csqrt, csqrtf, ctan, ctanf, ctanh, ctanhf.
233: Add TIOCGPGRP, TIOCSPGRP.
*/ */
/* 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 232 #define CYGWIN_VERSION_API_MINOR 233
/* 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