From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id A58083858D35; Fri, 16 Jun 2023 12:56:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A58083858D35 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1686920206; bh=ANMcBdvjUOTM2/5nbJ6ePAq19ZXIahIyOKr6k5Fsmec=; h=From:To:Subject:Date:From; b=hoLuBgFcWPowfbxIbQOb3eD3Rk1JiZL4ZVyRcWqIek/wsSv4VHMa4WF88jJQlxkeA NXQDXYr+XXFfEnS+STLM9k0fuZe7VcmXqnyjfCHqnmYa02pdg19gsRJYVkuCY4h+fZ nkV90QA3I76yxHXsW19cPQ9z3Mw6/T+jmau8KZic= 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] Cygwin: bump DLL version to 3.4.8 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: b553457f68bf8a34f3e9f3266d361e9a99530017 X-Git-Newrev: 8c2867eebfa223d761f6f266a6c18b778ed56261 Message-Id: <20230616125646.A58083858D35@sourceware.org> Date: Fri, 16 Jun 2023 12:56:46 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D8c2867eebfa= 223d761f6f266a6c18b778ed56261 commit 8c2867eebfa223d761f6f266a6c18b778ed56261 Author: Corinna Vinschen AuthorDate: Fri Jun 16 14:56:08 2023 +0200 Commit: Corinna Vinschen CommitDate: Fri Jun 16 14:56:08 2023 +0200 Cygwin: bump DLL version to 3.4.8 =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 d26e06fcfd40..51b288433f98 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 7 +#define CYGWIN_VERSION_DLL_MINOR 8 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */