From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2201) id 8CBB83864A17; Fri, 16 Dec 2022 13:31:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8CBB83864A17 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1671197486; bh=OzYLXvbgsv+eopZj0DJGSsUJCK+DcaQRfw46TIam+Fc=; h=From:To:Subject:Date:From; b=eSG6/V+/DaKGEJi12Ra8KQ0AWJXVjDjHTinjihvQDEQzj60daadLQB+noDGDFbyof Vc99JaNYyMqmUTSk5VldNESdME2yuKtopidf0CLF6sD03y3fymMWl5MMGPqX0KnNZd xjugmqAqreGRgEqa2FRkE5Ytcd+dapM8L8H7B/RM= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Jon TURNEY To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin/cygwin-3_4-branch] bump DLL version to 3.4.4 X-Act-Checkin: newlib-cygwin X-Git-Author: Jon Turney X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: 5366b3403c7008314ec45c1fff042d02df6be41e X-Git-Newrev: 278033511e67a12dd3ecc5641e1d7e3dea76bf07 Message-Id: <20221216133126.8CBB83864A17@sourceware.org> Date: Fri, 16 Dec 2022 13:31:26 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D278033511e6= 7a12dd3ecc5641e1d7e3dea76bf07 commit 278033511e67a12dd3ecc5641e1d7e3dea76bf07 Author: Jon Turney Date: Fri Dec 16 13:30:55 2022 +0000 bump DLL version to 3.4.4 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 0624d210b..412ff4c45 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 3 +#define CYGWIN_VERSION_DLL_MINOR 4 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */