https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=fb31be77eb71c4abed51cb8f549c31aedc52f7c1
commit fb31be77eb71c4abed51cb8f549c31aedc52f7c1 Author: Corinna Vinschen <[email protected]> Date: Mon Nov 9 10:17:02 2015 +0100 Bump major version Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- winsup/cygwin/include/cygwin/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index fde82e9..e386dc3 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -42,7 +42,7 @@ 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_MAJOR 2004 #define CYGWIN_VERSION_DLL_MINOR 0 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are
