diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index f88f45bf5..0efb0ae0d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2001-12-20 Christopher Faylor + + * include/cygwin/version.h: Bump API minor version for below changes. + 2001-12-19 Christopher Faylor * Makefile.in (VPATH): Add regex directory. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 180cd7254..4ab6b3f7e 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