From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 4BB1938518B5; Sun, 4 Dec 2022 13:27:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4BB1938518B5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670160432; bh=Vdn4iVx0tfltDGM+YJE54lgWTacW3ta/+w9xO+wJdVo=; h=From:To:Subject:Date:From; b=vHDwTONQIF+/E/JhF2KSQv3PHA2d7peHJNGvt/u5iQOzTvtl/VRjiH+hcmnYh1xhn HfM/BwcZHBXzil5/213egamiH9fqYI0HuhyEZ93NuFWA7qipIDCV9b/CtemJ1wOHlq 1zuj3CJ5mA4B1fOfpbawRAXzsYLSfjmOn6ZNQWc8= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: bump DLL version to 3.5.0 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 07a9a6c21ab34a7f392b679ded419cb4466b3009 X-Git-Newrev: b541558b7a59e92b8b2518c714e38430466ce541 Message-Id: <20221204132712.4BB1938518B5@sourceware.org> Date: Sun, 4 Dec 2022 13:27:12 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Db541558b7a5= 9e92b8b2518c714e38430466ce541 commit b541558b7a59e92b8b2518c714e38430466ce541 Author: Corinna Vinschen AuthorDate: Sun Dec 4 13:51:30 2022 +0100 Commit: Corinna Vinschen CommitDate: Sun Dec 4 13:51:30 2022 +0100 Cygwin: bump DLL version to 3.5.0 =20 Signed-off-by: Corinna Vinschen 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. */ =20 -#define CYGWIN_VERSION_DLL_MAJOR 3004 +#define CYGWIN_VERSION_DLL_MAJOR 3005 #define CYGWIN_VERSION_DLL_MINOR 0 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the