From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id A2A3C3846410; Wed, 3 Apr 2024 16:57:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A2A3C3846410 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712163465; bh=PkCDaC3Cp8FScFlkDLYbMrUsqTN7LtDnBOEMLAPtcOs=; h=From:To:Subject:Date:From; b=CQrOM/12kvNr2dwDWASvdF1ChniIC4pY3JZ1iIaswmUOWwygT+KX45FV2YKO//4fF bYQV/aW7aM9YehtySL40PuGi4H9MaxtC6DRPeCQif5KSmv+j/6Xx4w7wFsCs/WTdiN Mb6yZmV4W1TQ6yMmkUUvP5d0hTaoS/zZzdnIXVFY= 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.4 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_5-branch X-Git-Oldrev: d8b21b8c77275941afcc5952fa3bb542413554ad X-Git-Newrev: 774d20b458d04b880be8e6b0f7af349f04da7d03 Message-Id: <20240403165745.A2A3C3846410@sourceware.org> Date: Wed, 3 Apr 2024 16:57:45 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3D774d20b458d= 04b880be8e6b0f7af349f04da7d03 commit 774d20b458d04b880be8e6b0f7af349f04da7d03 Author: Corinna Vinschen AuthorDate: Wed Apr 3 18:57:33 2024 +0200 Commit: Corinna Vinschen CommitDate: Wed Apr 3 18:57:33 2024 +0200 bump DLL version to 3.5.4 =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 b39a7e52706c..0f87fbc27f1b 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 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. */