From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 647FE3858418; Tue, 27 Feb 2024 11:23:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 647FE3858418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709032984; bh=8xB0OwxSlBDVJhKZluZS5Sg+Vzj+5J7JDp8Lk9sClqo=; h=From:To:Subject:Date:From; b=ETXxJArhvioPyS+4gIHKpOnKI0HlUcFhHWdzY+03Za6MLThIH65Xl63HzHIvcYBip mcYVIdMvp0ZqWoyZlmJ0kuE4JTQXpwJRYl36/XFK/l/S1z4ZMq3mjoKCRiYP5jOaVO qG2IxaHxaBgmvYR75jOCxqC0F3EzPgDxWZrzrGY0= 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.2 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/cygwin-3_5-branch X-Git-Oldrev: a5744289b71a08e0cec284002629b82801813dc8 X-Git-Newrev: b65153e50e9b6f336f8709dfa6a28c1fa69a1c77 Message-Id: <20240227112304.647FE3858418@sourceware.org> Date: Tue, 27 Feb 2024 11:23:04 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Db65153e50e9= b6f336f8709dfa6a28c1fa69a1c77 commit b65153e50e9b6f336f8709dfa6a28c1fa69a1c77 Author: Corinna Vinschen AuthorDate: Tue Feb 27 12:22:50 2024 +0100 Commit: Corinna Vinschen CommitDate: Tue Feb 27 12:22:50 2024 +0100 bump DLL version to 3.5.2 =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 5998b75687e1..48030b35d138 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 1 +#define CYGWIN_VERSION_DLL_MINOR 2 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the combined DLL major and minor numbers. */