From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 88D673858402; Wed, 6 Sep 2023 10:41:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 88D673858402 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1693996886; bh=U35PAiZD+oYFzJjXrppo33XmToTmuyXOWEdHR1KLJWw=; h=From:To:Subject:Date:From; b=tRa04cG55jz0hSrsBRbL60kuLyYbAWfpIoE5z5HWXcN0VuZP3CRn9cxAV8aVGMQ6R yXxnB0xThbcsCD68NDlkjr7Bkc3hV4WVUiTcyEuZc8EVCestE8Ot/yVBlRV3ZqVKlc JtjiUHjmcCT3ChuycP8PW8dNEu7r9ty3y0o83hkE= 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.10 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: b48a497cf0c575900f7a56c55752c8b4cecc6914 X-Git-Newrev: 8cbda39f8a407b7cd427379286adf249dc3310a1 Message-Id: <20230906104126.88D673858402@sourceware.org> Date: Wed, 6 Sep 2023 10:41:26 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D8cbda39f8a4= 07b7cd427379286adf249dc3310a1 commit 8cbda39f8a407b7cd427379286adf249dc3310a1 Author: Corinna Vinschen AuthorDate: Wed Sep 6 12:40:24 2023 +0200 Commit: Corinna Vinschen CommitDate: Wed Sep 6 12:40:24 2023 +0200 Cygwin: bump DLL version to 3.4.10 =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 4cc05020bc1f..79c7fc1c63d1 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 9 +#define CYGWIN_VERSION_DLL_MINOR 10 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */