https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b541558b7a59e92b8b2518c714e38430466ce541
commit b541558b7a59e92b8b2518c714e38430466ce541 Author: Corinna Vinschen <[email protected]> AuthorDate: Sun Dec 4 13:51:30 2022 +0100 Commit: Corinna Vinschen <[email protected]> CommitDate: Sun Dec 4 13:51:30 2022 +0100 Cygwin: bump DLL version to 3.5.0 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 4a9de4cd6682..fb24fc61f77e 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
