From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id DFC653858D1E; Tue, 14 Feb 2023 11:45:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFC653858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1676375143; bh=IASNctrFh0N/6liZXci9zxJPHwbkVktp+cjDZWy/hNM=; h=From:To:Subject:Date:From; b=tHaK0bjEAEgNsPQRulSFhZhSQD8Nf3whko/I0iV73kcQpsRPsNKs0/kbfFea/oEGq h2vNpaWGSG81pGxiu0zPGbDn14oLc1tsr8n2646SNzKA8HBNDtWggjbpXLq+27Xcbe jUog0eGJh/MJp/1PFd2DMuR2/Lt9kVVf3GUaA2z4= 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.7 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: 5026cc873e9dab2ec567e6106f5e2f39a4d7a9cf X-Git-Newrev: b675df6e722decfa7a4f8ed6bb8e5f90b56ac1b9 Message-Id: <20230214114543.DFC653858D1E@sourceware.org> Date: Tue, 14 Feb 2023 11:45:43 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Db675df6e722= decfa7a4f8ed6bb8e5f90b56ac1b9 commit b675df6e722decfa7a4f8ed6bb8e5f90b56ac1b9 Author: Corinna Vinschen AuthorDate: Tue Feb 14 12:44:38 2023 +0100 Commit: Corinna Vinschen CommitDate: Tue Feb 14 12:44:38 2023 +0100 bump DLL version to 3.4.7 =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 c3c5d1efa1e2..d26e06fcfd40 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 6 +#define CYGWIN_VERSION_DLL_MINOR 7 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */