diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2001-09-09 12:32:54 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2001-09-09 12:32:54 +0000 |
commit | d96911129113f5f43758005d3509b4f04639ccec (patch) | |
tree | 5f5c16d01923c91ce8d2d9ccd22b02a117278e13 /winsup | |
parent | e2ea684e4ecca39aae13d3cdcdcb12cf32621889 (diff) | |
download | newlib-d96911129113f5f43758005d3509b4f04639ccec.zip newlib-d96911129113f5f43758005d3509b4f04639ccec.tar.gz newlib-d96911129113f5f43758005d3509b4f04639ccec.tar.bz2 |
* include/cygwin/version.h: Bump API minor version to 45 according
to adding the gamm*_r functions.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 6d9afe0..179985f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +Sun Sep 9 14:31:00 2001 Corinna Vinschen <corinna@vinschen.de> + + * 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 <cgf@cygnus.com> * 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 98b22dd..7ab0017 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 |