From b541558b7a59e92b8b2518c714e38430466ce541 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Sun, 4 Dec 2022 13:51:30 +0100 Subject: [PATCH] Cygwin: bump DLL version to 3.5.0 Signed-off-by: Corinna Vinschen --- 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 4a9de4cd6..fb24fc61f 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -10,7 +10,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 3004 +#define CYGWIN_VERSION_DLL_MAJOR 3005 #define CYGWIN_VERSION_DLL_MINOR 0 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the