From 914e40dfe61b2a1d0f1ce76e4d55f909fcfea9ed Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 4 Jul 2000 17:25:11 +0000 Subject: [PATCH] * include/cygwin/version.h: Bump API minor version to 24. --- 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 9f7fd7e0e..d82cb12a4 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Mon Jul 4 19:22:00 2000 Corinna Vinschen + + * include/cygwin/version.h: Bump API minor version to 24. + 2000-07-04 Kazuhiro Fujieda * security.cc (read_sd): Eliminate OemToChar. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 334a719ea..64141e58e 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -113,10 +113,11 @@ details. */ setuid, setgid set effective and real uid/gid. 23: Export new dll_crt0 interface and cygwin_user_data for use with crt0 startup code. + 24: Export poll and _poll. */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 23 +#define CYGWIN_VERSION_API_MINOR 24 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible