From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 3DAB338518B0; Sun, 11 Dec 2022 10:46:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3DAB338518B0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1670755566; bh=BWtO13oqpjzXYvITCMGJkZX1KvlibqJiYZws0LbVIlA=; h=From:To:Subject:Date:From; b=aotvmua5BBKj64a4OI8j+nXFDgSv5YLwYtYZwQC9nPr0+P1259yR2Y3YFcU/y4WbA znnFQfv4BN53/wYPHs0myHZhhD2TWemwXtkwEUID3iQO+wzvQdHfZxHJ6ZLs8kFRRC wGvPU3wxfd+ntv+Gd7OOYveNq/lxJD5VYlrU+hhE= 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.2 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: 540e5448fc988fd02903558a9bb75a8cd3e6b2a8 X-Git-Newrev: c01907c9ba169aea2b5a1ef96eec4d123c1ff952 Message-Id: <20221211104606.3DAB338518B0@sourceware.org> Date: Sun, 11 Dec 2022 10:46:06 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dc01907c9ba1= 69aea2b5a1ef96eec4d123c1ff952 commit c01907c9ba169aea2b5a1ef96eec4d123c1ff952 Author: Corinna Vinschen AuthorDate: Sun Dec 11 11:24:53 2022 +0100 Commit: Corinna Vinschen CommitDate: Sun Dec 11 11:25:04 2022 +0100 bump DLL version to 3.4.2 =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 b05fcaf5b228..e7fc3e1d8e21 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 1 +#define CYGWIN_VERSION_DLL_MINOR 2 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */