* include/cygwin/version.h: Bump API minor version for below changes.
This commit is contained in:
parent
93034cfc7c
commit
4f235c9559
|
@ -1,3 +1,7 @@
|
||||||
|
2001-12-20 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* include/cygwin/version.h: Bump API minor version for below changes.
|
||||||
|
|
||||||
2001-12-19 Christopher Faylor <cgf@redhat.com>
|
2001-12-19 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
* Makefile.in (VPATH): Add regex directory.
|
* Makefile.in (VPATH): Add regex directory.
|
||||||
|
|
|
@ -145,10 +145,11 @@ details. */
|
||||||
45: perprocess change, gamma_r, gammaf_r, lgamma_r, lgammaf_r
|
45: perprocess change, gamma_r, gammaf_r, lgamma_r, lgammaf_r
|
||||||
46: Remove cygwin_getshared
|
46: Remove cygwin_getshared
|
||||||
47: Report EOTWarningZoneSize in struct mtget.
|
47: Report EOTWarningZoneSize in struct mtget.
|
||||||
|
48: Export "posix" regex functions
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#define CYGWIN_VERSION_API_MAJOR 0
|
||||||
#define CYGWIN_VERSION_API_MINOR 47
|
#define CYGWIN_VERSION_API_MINOR 48
|
||||||
|
|
||||||
/* There is also a compatibity version number associated with the
|
/* There is also a compatibity version number associated with the
|
||||||
shared memory regions. It is incremented when incompatible
|
shared memory regions. It is incremented when incompatible
|
||||||
|
|
Loading…
Reference in New Issue