From 8f47a15cef72e29e9249f4b49167830264a2d6b4 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 28 Apr 2010 10:20:34 +0000 Subject: [PATCH] * include/cygwin/version.h: Bump API minor version. --- 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 616f8697e..5a13b93f7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2010-04-28 Corinna Vinschen + + * include/cygwin/version.h: Bump API minor version. + 2010-04-28 Corinna Vinschen * cygwin.din (__locale_mb_cur_max): Export. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index f21592d40..fb9ce136b 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -379,12 +379,13 @@ details. */ 223: SIGPWR added. 224: Export xdr* functions. 225: Export __xdr* functions. + 226: Export __locale_mb_cur_max. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 225 +#define CYGWIN_VERSION_API_MINOR 226 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible