From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id C0C4C3847718; Wed, 3 Apr 2024 15:42:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C0C4C3847718 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712158966; bh=+3ISR6Hrcj58uKTruU3e61zzXozAlMeE2XPaV/6cVOc=; h=From:To:Subject:Date:From; b=W1waD86uaY73RuWPj+ZUoYeHk7xAJHAQgtaTjdlQF554FylS7PAcza7ySUvcfgCED i9pCbbIU4+C7KwJYVScRJW/4nEBbkpFUiqMWs7ehZjhZIlYVwWfotcx1lM3HWMJt5Z x+QoI5VaDXwB7Q5TagISdDGxsXqDQkzzdmdsULFY= 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-3_5-branch] bump DLL version to 3.5.3 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_5-branch X-Git-Oldrev: 822eaf0ca8248882b6168495993caeb65218ce4f X-Git-Newrev: c5882d818913b162bb83f49c66d47d1ebdd3bd32 Message-Id: <20240403154246.C0C4C3847718@sourceware.org> Date: Wed, 3 Apr 2024 15:42:46 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dc5882d81891= 3b162bb83f49c66d47d1ebdd3bd32 commit c5882d818913b162bb83f49c66d47d1ebdd3bd32 Author: Corinna Vinschen AuthorDate: Wed Apr 3 17:42:33 2024 +0200 Commit: Corinna Vinschen CommitDate: Wed Apr 3 17:42:33 2024 +0200 bump DLL version to 3.5.3 =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 48030b35d138..b39a7e52706c 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -11,7 +11,7 @@ details. */ changes to the DLL and is mainly informative in nature. */ =20 #define CYGWIN_VERSION_DLL_MAJOR 3005 -#define CYGWIN_VERSION_DLL_MINOR 2 +#define CYGWIN_VERSION_DLL_MINOR 3 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */