diff options
author | Christopher Faylor <me@cgf.cx> | 2001-08-14 15:05:43 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-08-14 15:05:43 +0000 |
commit | 3ca6bcc4d0b3e32ebbd7ec6956abb3240e558c75 (patch) | |
tree | dc33bffad856cde605701cb5b64b36bb8a6c524b /winsup | |
parent | 7da232abd7aa193219d471c36f85bae882a59d21 (diff) | |
download | newlib-3ca6bcc4d0b3e32ebbd7ec6956abb3240e558c75.zip newlib-3ca6bcc4d0b3e32ebbd7ec6956abb3240e558c75.tar.gz newlib-3ca6bcc4d0b3e32ebbd7ec6956abb3240e558c75.tar.bz2 |
* include/cygwin/version.h: Bump API version.
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 d76a51b..0c9e9e7 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 14 11:05:26 2001 Christopher Faylor <cgf@cygnus.com> + + * include/cygwin/version.h: Bump API version. + 2001-08-14 Egor Duda <deo@logos-m.ru> * spawn.cc (spawn_guts): Enable appropriate privilege before diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 84aba9a..db9a97b 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -140,10 +140,11 @@ details. */ 40: fchdir 41: __signgam 42: sys_errlist, sys_nerr + 43: sigsetjmp, siglongjmp fixed */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 42 +#define CYGWIN_VERSION_API_MINOR 43 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |