* include/cygwin/version.h: Bump API version.
This commit is contained in:
parent
7da232abd7
commit
3ca6bcc4d0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue