diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-20 18:54:30 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-20 18:54:30 +0000 |
commit | 4f235c95590b4c454aa3b9398c5e00411f14a5c7 (patch) | |
tree | 5d682af20e329fe2630274863f1c8c5a37c2d758 /winsup | |
parent | 93034cfc7c9784454a8b5934c4aa4e0b0e7e19e4 (diff) | |
download | newlib-4f235c95590b4c454aa3b9398c5e00411f14a5c7.zip newlib-4f235c95590b4c454aa3b9398c5e00411f14a5c7.tar.gz newlib-4f235c95590b4c454aa3b9398c5e00411f14a5c7.tar.bz2 |
* include/cygwin/version.h: Bump API minor version for below changes.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index f88f45b..0efb0ae 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -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> * Makefile.in (VPATH): Add regex directory. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 180cd72..4ab6b3f 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -145,10 +145,11 @@ details. */ 45: perprocess change, gamma_r, gammaf_r, lgamma_r, lgammaf_r 46: Remove cygwin_getshared 47: Report EOTWarningZoneSize in struct mtget. + 48: Export "posix" regex functions */ #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 shared memory regions. It is incremented when incompatible |