From e4809ddd202f9fa37381a7a0099977002a5e0045 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Tue, 29 Nov 2005 18:25:36 +0000 Subject: * include/cygwin/version.h: Bump API minor version. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/include/cygwin/version.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index d6ae13b2d..b59630930 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2005-11-29 Corinna Vinschen + + * include/cygwin/version.h: Bump API minor version. + 2005-11-29 Corinna Vinschen * fhandler.h (fhandler_dev_zero::mmap): Add method. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 403d7921b..7ea34fe2c 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -282,12 +282,13 @@ details. */ 142: Export memmem 143: Export clock_getres, clock_setres 144: Export timelocal, timegm. + 145: Add MAP_NORESERVE flag to mmap. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 144 +#define CYGWIN_VERSION_API_MINOR 145 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible -- cgit v1.2.3