From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 11D843857C4B; Fri, 9 Sep 2022 14:49:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11D843857C4B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1662734980; bh=PUrtBAMyo4Bguotaujn4edsGppBrr2ZswtH7Pinvj/c=; h=From:To:Subject:Date:From; b=h0dsI0CwB9OSwidr8B3YZ4Q4Glf1skUaY06ymE03j4s9021o+pFCUi3Rc6qLODD/w U9zAbnP1g/PyLv0rbkpJNXDPAV+vjc5MjNiPGTmjRoNwQDPs9Czz7/sNRxACEm7xWd zWyPc8uCTEavcv5YX+lQPI065uyEB0JvYLO2sIcU= 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_3-branch] Cygwin: bump DLL version to 3.3.7 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_3-branch X-Git-Oldrev: b612db5b14728214ca09355af5d1490df2fa1c2f X-Git-Newrev: 1ca46b22d6edb3d469b51475e8b096d86deaac67 Message-Id: <20220909144940.11D843857C4B@sourceware.org> Date: Fri, 9 Sep 2022 14:49:39 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D1ca46b22d6e= db3d469b51475e8b096d86deaac67 commit 1ca46b22d6edb3d469b51475e8b096d86deaac67 Author: Corinna Vinschen Date: Fri Sep 9 16:49:30 2022 +0200 Cygwin: bump DLL version to 3.3.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 f9018161c..abdb04754 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 3003 -#define CYGWIN_VERSION_DLL_MINOR 6 +#define CYGWIN_VERSION_DLL_MINOR 7 =20 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */