From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 418693836025; Sun, 11 Dec 2022 12:12:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 418693836025 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670760768; bh=0BMVoVU3NXTC+SVqHbzfHQ/yGvNz3UkW6XJjjIU8W8w=; h=From:To:Subject:Date:From; b=RAVdGHpTehDVMQPn3moZCUYoWu2eV6Bv9NkJwULuxG4q6pGNwGuiXx8kz4296dx42 zprP56IXSyAaBMAEyw2FudshgHWZawYD9miOZVNurcNUg8q+EmJI02PySHNE59ZGrZ eSMBSI89S/JpLgVhZmX7r+hpAABBeSmj/B0dbzTY= 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_4-branch] bump DLL version to 3.4.3 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: 95243c0d3d2fab60120701cfc28324d2af4b96b9 X-Git-Newrev: b199be101d006ee214e295b13cc320f3c43990e4 Message-Id: <20221211121248.418693836025@sourceware.org> Date: Sun, 11 Dec 2022 12:12:48 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Db199be101d0= 06ee214e295b13cc320f3c43990e4 commit b199be101d006ee214e295b13cc320f3c43990e4 Author: Corinna Vinschen AuthorDate: Sun Dec 11 13:12:27 2022 +0100 Commit: Corinna Vinschen CommitDate: Sun Dec 11 13:12:27 2022 +0100 bump DLL version to 3.4.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 e7fc3e1d8e21..0624d210b72c 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 3004 -#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. */