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