diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index dd1feef15..51a7bb5fd 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2010-12-27 Christopher Faylor + + * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 234. + 2010-12-26 Christopher Faylor * cygwin.din: Export program_invocation_name and program_invocation_short_name. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index f70ad5814..e92353a8c 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -397,12 +397,13 @@ details. */ cpowf, cproj, cprojf, creal, crealf, csin, csinf, csinh, csinhf, csqrt, csqrtf, ctan, ctanf, ctanh, ctanhf. 233: Add TIOCGPGRP, TIOCSPGRP. Export llround, llroundf. + 234: Export program_invocation_name, program_invocation_short_name */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 233 +#define CYGWIN_VERSION_API_MINOR 234 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible