From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51792 invoked by alias); 18 Feb 2019 10:04:54 -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 51720 invoked by uid 9078); 18 Feb 2019 10:04:54 -0000 Date: Mon, 18 Feb 2019 10:04:00 -0000 Message-ID: <20190218100454.51718.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] CYgwin: bump API minor for MOUNT_BINARY -> MOUNT_TEXT change X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/heads/master X-Git-Oldrev: 26e0b37ed06c78926f1e1ee1e589b214a3813432 X-Git-Newrev: 959077ac0a6d03630e1df7cfcc6bdc602c47c0b2 X-SW-Source: 2019-q1/txt/msg00167.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=959077ac0a6d03630e1df7cfcc6bdc602c47c0b2 commit 959077ac0a6d03630e1df7cfcc6bdc602c47c0b2 Author: Corinna Vinschen Date: Mon Feb 18 11:04:38 2019 +0100 CYgwin: bump API minor for MOUNT_BINARY -> MOUNT_TEXT change Signed-off-by: Corinna Vinschen Diff: --- winsup/cygwin/include/cygwin/version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 2f887f0..2c55f4b 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -507,12 +507,13 @@ details. */ 334: Remove matherr. 335: Change size of utsname, change uname output. 336: New Cygwin PID algorithm (yeah, not really an API change) + 337: MOUNT_BINARY -> MOUNT_TEXT Note that we forgot to bump the api for ualarm, strtoll, strtoull, sigaltstack, sethostname. */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 336 +#define CYGWIN_VERSION_API_MINOR 337 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible changes are made to the shared