diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 726a4e324..c630be808 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Thu Apr 13 20:50:00 2000 Corinna Vinschen + + * include/cygwin/version.h: Bump minor api to reflect export change. + Thu Apr 13 8:48:00 2000 Corinna Vinschen * path.cc (conv_to_win32_path): Detect a win32 path diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 4f5a5933d..549cff122 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -94,10 +94,11 @@ details. */ 16: Export cygwin_stackdump 17: Export fast math stuff 18: Stop exporting _strace_wm + 19: Export fchown, lchown, lacl */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 18 +#define CYGWIN_VERSION_API_MINOR 19 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible