From b7e51146bfef4e3677633a8c18d943551ccf0c86 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 2 Jul 2002 09:40:07 +0000 Subject: [PATCH] * include/cygwin/version.h: Bump API minor version. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.43.5