From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 9FD4E3858405; Thu, 28 Oct 2021 20:35:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9FD4E3858405 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org Subject: [newlib-cygwin] Cygwin: bump DLL major version X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 3860338968f8fa28f324cd425cc8013c6de39654 X-Git-Newrev: 7a3df8bb6fe36335acf01f8b7cfdb45ca249b705 Message-Id: <20211028203540.9FD4E3858405@sourceware.org> Date: Thu, 28 Oct 2021 20:35:40 +0000 (GMT) X-BeenThere: cygwin-cvs@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin core component git logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2021 20:35:40 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7a3df8bb6fe36335acf01f8b7cfdb45ca249b705 commit 7a3df8bb6fe36335acf01f8b7cfdb45ca249b705 Author: Corinna Vinschen Date: Thu Oct 28 22:29:42 2021 +0200 Cygwin: bump DLL major version Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/include/cygwin/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 8f82fee4a..ad7fab43f 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -10,8 +10,8 @@ details. */ the Cygwin shared library". This version is used to track important changes to the DLL and is mainly informative in nature. */ -#define CYGWIN_VERSION_DLL_MAJOR 3003 -#define CYGWIN_VERSION_DLL_MINOR 1 +#define CYGWIN_VERSION_DLL_MAJOR 3004 +#define CYGWIN_VERSION_DLL_MINOR 0 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */