From c8d1848d079aaa6d172557d13bee56ffafca9de0 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 27 Dec 2010 17:29:25 +0000 Subject: [PATCH] * include/cygwin/version.h: Bump CYGWIN_VERSION_API_MINOR to 234. --- 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 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 -- 2.43.5