* include/cygwin/version.h: Bump API minor version.

This commit is contained in:
Corinna Vinschen 2010-04-28 10:20:34 +00:00
parent c2bedf3aa3
commit 8f47a15cef
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-04-28 Corinna Vinschen <corinna@vinschen.de>
* include/cygwin/version.h: Bump API minor version.
2010-04-28 Corinna Vinschen <corinna@vinschen.de> 2010-04-28 Corinna Vinschen <corinna@vinschen.de>
* cygwin.din (__locale_mb_cur_max): Export. * cygwin.din (__locale_mb_cur_max): Export.

View File

@ -379,12 +379,13 @@ details. */
223: SIGPWR added. 223: SIGPWR added.
224: Export xdr* functions. 224: Export xdr* functions.
225: 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 */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */
#define CYGWIN_VERSION_API_MAJOR 0 #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 /* There is also a compatibity version number associated with the
shared memory regions. It is incremented when incompatible shared memory regions. It is incremented when incompatible