From 3e38e8abf7f6db339392b39486e6e07f5e86f17a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 27 Oct 2010 14:22:27 +0000 Subject: * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 879411186..070d682ac 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2010-10-27 Christopher Faylor + + * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 233. + 2010-10-24 Christopher Faylor * dcrt0.cc (do_exit): Don't set thread termination until all fds have diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index e17d5eb7d..7f5d40a92 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -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 -- cgit v1.2.3