* include/cygwin/version.h: Bump DLL minor number.

* malloc.cc (DEFAULT_MMAP_THRESHOLD): Bump down to 16MB thanks to below
changes.
This commit is contained in:
Christopher Faylor
2003-02-08 17:03:34 +00:00
parent 9c88207cf3
commit ad80bc4224
3 changed files with 11 additions and 2 deletions

View File

@ -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. */