diff options
author | Christopher Faylor <me@cgf.cx> | 2001-01-28 06:26:50 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-01-28 06:26:50 +0000 |
commit | ae6c8e4fc21e37570c4edbcfb314ca1c5061c491 (patch) | |
tree | ab1ce0dc91d4cd9ef1a14923c8aafa6f8053cd46 | |
parent | 9a089f21ea4862705c6c996502c089b8d18fc833 (diff) | |
download | cygnal-ae6c8e4fc21e37570c4edbcfb314ca1c5061c491.tar.gz cygnal-ae6c8e4fc21e37570c4edbcfb314ca1c5061c491.tar.bz2 cygnal-ae6c8e4fc21e37570c4edbcfb314ca1c5061c491.zip |
* include/cygwin/version.h: Bump API version.
-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 f9c7c0ebc..da1a33ce0 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +Sun Jan 28 01:25:33 2001 Christopher Faylor <cgf@cygnus.com> + + * include/cygwin/version.h: Bump API version. + Sun Jan 28 01:18:22 2001 Christopher Faylor <cgf@cygnus.com> * cygheap.cc (init_cheap): Move username initialization. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index a9de98d7a..22cf88f6e 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -124,10 +124,11 @@ details. */ 31: Export inet_aton 32: Export getrlimit/setrlimit 33: Export setlogmask + 34: Separated out mount table */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 33 +#define CYGWIN_VERSION_API_MINOR 34 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |