diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-08 17:03:34 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-08 17:03:34 +0000 |
commit | ad80bc422416cd78c9be7a9f47870bc5f83526a4 (patch) | |
tree | 64dd34eed59562fd9c8784f812a0be251283d507 /winsup/cygwin/include | |
parent | 9c88207cf3556c4799406ae89b25f82a6842ca57 (diff) | |
download | cygnal-ad80bc422416cd78c9be7a9f47870bc5f83526a4.tar.gz cygnal-ad80bc422416cd78c9be7a9f47870bc5f83526a4.tar.bz2 cygnal-ad80bc422416cd78c9be7a9f47870bc5f83526a4.zip |
* include/cygwin/version.h: Bump DLL minor number.
* malloc.cc (DEFAULT_MMAP_THRESHOLD): Bump down to 16MB thanks to below
changes.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 88a69c8c5..607593f5b 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -42,7 +42,7 @@ details. */ changes to the DLL and is mainly informative in nature. */ #define CYGWIN_VERSION_DLL_MAJOR 1003 -#define CYGWIN_VERSION_DLL_MINOR 20 +#define CYGWIN_VERSION_DLL_MINOR 21 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ |