From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 5FF33385DC31; Thu, 1 Feb 2024 10:24:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5FF33385DC31 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706783040; bh=9lmMYksbNpc6zYo1cS10ctPDG3V5SOMdf+vrq4xIgFg=; h=From:To:Subject:Date:From; b=uDxebIy6TTtFuM22IGgn9L+v9Vh5qIS2GTVfz09YPo18oXWub39FDtvBfFtl4jCgx glibmqLCKF+tQvnAe9REe24/ER2du0yTbBMbAIOTeqy8f5m6YVMPw+WgLyJ+KBPMLx fuTEgn9kmdEl6dzw6y2l5w1p/jYqqrhP0tmuozK8= 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_5-branch] bump DLL version to 3.5.1 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_5-branch X-Git-Oldrev: 31f7cd1e433247015c08d43504f09aa70a94b76b X-Git-Newrev: 23737b04cc52a0473d524661a51779224c0d7b8b Message-Id: <20240201102400.5FF33385DC31@sourceware.org> Date: Thu, 1 Feb 2024 10:24:00 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D23737b04cc5= 2a0473d524661a51779224c0d7b8b commit 23737b04cc52a0473d524661a51779224c0d7b8b Author: Corinna Vinschen AuthorDate: Thu Feb 1 11:09:16 2024 +0100 Commit: Corinna Vinschen CommitDate: Thu Feb 1 11:09:16 2024 +0100 bump DLL version to 3.5.1 =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 4122125a6045..5998b75687e1 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 3005 -#define CYGWIN_VERSION_DLL_MINOR 0 +#define CYGWIN_VERSION_DLL_MINOR 1 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */