* include/cygwin/version.h: Bump API minor version.
This commit is contained in:
parent
c2bedf3aa3
commit
8f47a15cef
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue