diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d5a32980c..ba18a8128 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 25 11:27:00 2000 Corinna Vinschen + + * include/cygwin/version.h: Bump minor API version due to adding + inet_aton. + Sat Nov 25 11:07:00 2000 Corinna Vinschen * net.cc (cygwin_inet_aton): New function. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 904b7c97c..9b106daa3 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -121,10 +121,11 @@ details. */ 28: Accidentally bumped by cgf 29: Export hstrerror 30: CW_GET_CYGDRIVE_INFO addition to external.cc + 31: Export inet_aton */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 30 +#define CYGWIN_VERSION_API_MINOR 31 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible