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