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

This commit is contained in:
Corinna Vinschen 2002-07-02 09:40:07 +00:00
parent 891bb974f9
commit b7e51146bf
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-07-02 Egor Duda <deo@logos-m.ru>
* include/cygwin/version.h: Bump API minor version.
2002-07-01 Pierre Humblet <pierre.humblet@ieee.org> 2002-07-01 Pierre Humblet <pierre.humblet@ieee.org>
* security.cc (get_logon_server): Interpret a zero length * security.cc (get_logon_server): Interpret a zero length

View File

@ -151,12 +151,13 @@ details. */
51: Export recvmsg, sendmsg. 51: Export recvmsg, sendmsg.
52: Export strptime 52: Export strptime
53: Export strlcat, strlcpy. 53: Export strlcat, strlcpy.
54: Export __fpclassifyd, __fpclassifyf, __signbitd, __signbitf.
*/ */
/* 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 53 #define CYGWIN_VERSION_API_MINOR 54
/* 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