diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index f25090f71..a40996482 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2002-01-19 Corinna Vinschen + + * include/cygwin/version.h: Bump API minor version to 51. + 2002-01-19 Mark Bradshaw * cygwin.din: Add recvmsg and sendmsg. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index f5e3b07c1..40a42e197 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -148,12 +148,13 @@ details. */ 48: Export "posix" regex functions 49: Export setutent, endutent, utmpname, getutent, getutid, getutline. 50: Export fnmatch. + 51: Export recvmsg, sendmsg. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 50 +#define CYGWIN_VERSION_API_MINOR 51 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible