* include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233.
This commit is contained in:
parent
ec515e9e47
commit
3e38e8abf7
|
@ -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>
|
||||
|
||||
* dcrt0.cc (do_exit): Don't set thread termination until all fds have
|
||||
|
|
|
@ -396,12 +396,13 @@ details. */
|
|||
ccoshf, cexp, cexpf, cimag, cimagf, clog, clogf, conj, conjf, cpow,
|
||||
cpowf, cproj, cprojf, creal, crealf, csin, csinf, csinh, csinhf,
|
||||
csqrt, csqrtf, ctan, ctanf, ctanh, ctanhf.
|
||||
233: Add TIOCGPGRP, TIOCSPGRP.
|
||||
*/
|
||||
|
||||
/* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
|
||||
|
||||
#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
|
||||
shared memory regions. It is incremented when incompatible
|
||||
|
|
Loading…
Reference in New Issue