* include/cygwin/version.h: Bump API minor version to 45 according
to adding the gamm*_r functions.
This commit is contained in:
parent
e2ea684e4e
commit
d969111291
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue