diff options
author | Christopher Faylor <me@cgf.cx> | 2003-07-24 19:33:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-07-24 19:33:14 +0000 |
commit | 1fbeb8274f9c5f1ea9f95af2cce8f8a9e0ac74a8 (patch) | |
tree | 2583894b1ce029f85c6cbb479b9e42cac60334db /winsup/cygwin/include | |
parent | b57a74b2100149e9f69b712c075723f1f54bd87c (diff) | |
download | cygnal-1fbeb8274f9c5f1ea9f95af2cce8f8a9e0ac74a8.tar.gz cygnal-1fbeb8274f9c5f1ea9f95af2cce8f8a9e0ac74a8.tar.bz2 cygnal-1fbeb8274f9c5f1ea9f95af2cce8f8a9e0ac74a8.zip |
* environ.cc (check_case_init): Use strncasematch.
* cygwin.din: Export __mempcpy.
* cygwin/version.h: Bump api minor number.
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 6954d0969..903787f06 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -208,12 +208,13 @@ details. */ 86: Export ftok 87: Export vsyslog 88: Export _getreent + 89: Export __mempcpy */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 88 +#define CYGWIN_VERSION_API_MINOR 89 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |