From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 283023858D39; Thu, 19 Jan 2023 16:15:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 283023858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1674144902; bh=P+vTVhEzu8CvESIk9xaCA5Ei6a5zNO/ZcjrK3eid/Lw=; h=From:To:Subject:Date:From; b=Ik9MQfaqA3/h1nDzKFYuttflXu40nBZEyi/YM8EVJ71hewH8oJ4BGNcwGoNppKTYZ RtJn0M+eBE5lesxKQr18a3Ao+7mcVSVPRkf+faRvw6KZmuIfhlNYcFDS3foAb5az2C uXBO3UvNnO62Zan4FOEY4q6Esn+np1nvStp0xHCw= 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.5 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_4-branch X-Git-Oldrev: c45b043a9424dbfebd7aacbf161ae897a3b15909 X-Git-Newrev: 079974eb7ca7b7b11fbd91eeafffcbf61ce0d6e0 Message-Id: <20230119161502.283023858D39@sourceware.org> Date: Thu, 19 Jan 2023 16:15:02 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D079974eb7ca= 7b7b11fbd91eeafffcbf61ce0d6e0 commit 079974eb7ca7b7b11fbd91eeafffcbf61ce0d6e0 Author: Corinna Vinschen AuthorDate: Thu Jan 19 17:14:46 2023 +0100 Commit: Corinna Vinschen CommitDate: Thu Jan 19 17:14:46 2023 +0100 bump DLL version to 3.4.5 =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 18e437e862b4..c53a884c24ed 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 4 +#define CYGWIN_VERSION_DLL_MINOR 5 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */