https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=049eeecba71a904a9c58060b90392163c7ba85a2
commit 049eeecba71a904a9c58060b90392163c7ba85a2 Author: Corinna Vinschen <[email protected]> Date: Wed Nov 18 22:11:54 2015 +0100 Bump Cygwin DLL version to 2.4.0 * include/cygwin/version.h (CYGWIN_VERSION_DLL_MAJOR): Bump to 2004. (CYGWIN_VERSION_API_MINOR): Reset to 0. Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/include/cygwin/version.h | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 44738a6..9877caf 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2015-11-18 Corinna Vinschen <[email protected]> + * include/cygwin/version.h (CYGWIN_VERSION_DLL_MAJOR): Bump to 2004. + (CYGWIN_VERSION_API_MINOR): Reset to 0. + +2015-11-18 Corinna Vinschen <[email protected]> + * collate.h (__collate_load_error): Convert to extern declaration. * globals.cc (__collate_load_error): Define and initialize here. * libc/fnmatch.c: Update to latest from FreeBSD. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 2edd7d7..c5b75ee 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -42,8 +42,8 @@ details. */ the Cygwin shared library". This version is used to track important changes to the DLL and is mainly informative in nature. */ -#define CYGWIN_VERSION_DLL_MAJOR 2003 -#define CYGWIN_VERSION_DLL_MINOR 1 +#define CYGWIN_VERSION_DLL_MAJOR 2004 +#define CYGWIN_VERSION_DLL_MINOR 0 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */
