diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 6d9afe096..179985f59 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 9 14:31:00 2001 Corinna Vinschen + + * include/cygwin/version.h: Bump API minor version to 45 according + to adding the gamm*_r functions. + Sat Sep 8 23:32:18 2001 Christopher Faylor * fork.cc (fork_parent): Stop malloc activity while fork is in control diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 98b22dd36..7ab001711 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -146,7 +146,7 @@ details. */ */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 44 +#define CYGWIN_VERSION_API_MINOR 45 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible