diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2000-04-13 18:52:12 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2000-04-13 18:52:12 +0000 |
commit | 8a06963c1c19b7267316e7d81b46efe6f1b978cc (patch) | |
tree | 9a6d646e3e45c3ddfdb94eaeb2f7453610048849 /winsup/cygwin/include | |
parent | b53881fd273aa1f32fdfc944985a5995656dccbd (diff) | |
download | newlib-8a06963c1c19b7267316e7d81b46efe6f1b978cc.zip newlib-8a06963c1c19b7267316e7d81b46efe6f1b978cc.tar.gz newlib-8a06963c1c19b7267316e7d81b46efe6f1b978cc.tar.bz2 |
* include/cygwin/version.h: Bump minor api to reflect export change.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 4f5a593..549cff1 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 |