From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 103846 invoked by alias); 7 Jun 2018 08:03:30 -0000 Mailing-List: contact cygwin-cvs-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-cvs-owner@cygwin.com Received: (qmail 103267 invoked by uid 9078); 7 Jun 2018 08:03:29 -0000 Date: Thu, 07 Jun 2018 08:03:00 -0000 Message-ID: <20180607080329.103265.qmail@sourceware.org> 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] Bump Cygwin DLL version to 2.11.0 X-Act-Checkin: newlib-cygwin X-Git-Author: Ken Brown X-Git-Refname: refs/heads/master X-Git-Oldrev: 2ea436b4335946e0dcf098cf948a58af48dafad1 X-Git-Newrev: ebc9171ede5dac2e28ce2c83f8bc550693981394 X-SW-Source: 2018-q2/txt/msg00020.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=ebc9171ede5dac2e28ce2c83f8bc550693981394 commit ebc9171ede5dac2e28ce2c83f8bc550693981394 Author: Ken Brown Date: Wed Jun 6 11:45:59 2018 -0400 Bump Cygwin DLL version to 2.11.0 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 2991ab8..958acca 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 2010 -#define CYGWIN_VERSION_DLL_MINOR 1 +#define CYGWIN_VERSION_DLL_MAJOR 2011 +#define CYGWIN_VERSION_DLL_MINOR 0 /* Major numbers before CYGWIN_VERSION_DLL_EPOCH are incompatible. */