From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 6503238582B8; Thu, 1 Feb 2024 10:41:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6503238582B8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706784060; bh=j+lRiCP3DITMKmVgvWSEanVHv1SAcvCVEqalg6R4lRc=; h=From:To:Subject:Date:From; b=Zf51goxIs8t1hy8ecd4XkZcMJBEp2xhIQCj1MwJv4upj0QUYSsVyjqFVFGfdozoZ0 wuSdO0E8GOE89bH6KXotfXP/nZU71KrAcCE+zHe4US3v8wyP+KGzyjFpnMp2PL/W4t rOmjhIUHoas3BiRtqk8D7RqTOpnZZeqhwwMGSC28= 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/main] Cygwin: bump DLL version to 3.6.0 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/main X-Git-Oldrev: 31f7cd1e433247015c08d43504f09aa70a94b76b X-Git-Newrev: a4fead7bdd88668fd035413e2efa678f9212adab Message-Id: <20240201104100.6503238582B8@sourceware.org> Date: Thu, 1 Feb 2024 10:41:00 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Da4fead7bdd8= 8668fd035413e2efa678f9212adab commit a4fead7bdd88668fd035413e2efa678f9212adab Author: Corinna Vinschen AuthorDate: Tue Jan 23 13:42:44 2024 +0100 Commit: Corinna Vinschen CommitDate: Wed Jan 31 20:11:57 2024 +0100 Cygwin: bump DLL version to 3.6.0 =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..a03340ed8b4c 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -10,7 +10,7 @@ details. */ the Cygwin shared library". This version is used to track important changes to the DLL and is mainly informative in nature. */ =20 -#define CYGWIN_VERSION_DLL_MAJOR 3005 +#define CYGWIN_VERSION_DLL_MAJOR 3006 #define CYGWIN_VERSION_DLL_MINOR 0 =20 /* CYGWIN_VERSION_DLL_COMBINED gives us a single number representing the