diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 0f950295b..b1f6708ef 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2002-07-02 Egor Duda + + * include/cygwin/version.h: Bump API minor version. + 2002-07-01 Pierre Humblet * security.cc (get_logon_server): Interpret a zero length diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 4c1437bc2..5b9cf44d6 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -151,12 +151,13 @@ details. */ 51: Export recvmsg, sendmsg. 52: Export strptime 53: Export strlcat, strlcpy. + 54: Export __fpclassifyd, __fpclassifyf, __signbitd, __signbitf. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #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 shared memory regions. It is incremented when incompatible