From f6d9d8a1821e2ce919ad53c4ac07aaf80514db05 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 18 May 2016 21:27:57 +0200 Subject: [PATCH] Bump Cygwin DLL version to 2.5.2 Signed-off-by: Corinna Vinschen --- winsup/cygwin/include/cygwin/version.h | 2 +- winsup/cygwin/release/2.5.2 | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 winsup/cygwin/release/2.5.2 diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 9442e4e4d..d45a6d28e 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -14,7 +14,7 @@ details. */ changes to the DLL and is mainly informative in nature. */ #define CYGWIN_VERSION_DLL_MAJOR 2005 -#define CYGWIN_VERSION_DLL_MINOR 1 +#define CYGWIN_VERSION_DLL_MINOR 2 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */ diff --git a/winsup/cygwin/release/2.5.2 b/winsup/cygwin/release/2.5.2 new file mode 100644 index 000000000..e37f9191f --- /dev/null +++ b/winsup/cygwin/release/2.5.2 @@ -0,0 +1,13 @@ +What's new: +----------- + + +What changed: +------------- + + +Bug Fixes +--------- + +- Fix an error message depending on the system header inclusion order. + Addresses: https://cygwin.com/ml/cygwin-developers/2016-05/msg00003.html