From 656a999a33537b173d04326f9ef2bd49969e9fed Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 5 Feb 2004 19:57:03 +0000 Subject: * cygwin.din: Make many more functions SIGFE. * include/cygwin/version.h (CYGWIN_VERSION_SHARED_DATA): Bump. --- winsup/cygwin/include/cygwin/version.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'winsup/cygwin/include') diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 0a4e02e2a..7a5ee8881 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -1,6 +1,6 @@ /* version.h -- Cygwin version numbers and accompanying documentation. - Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Red Hat, Inc. + Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. This file is part of Cygwin. @@ -247,9 +247,11 @@ details. */ shared memory regions. It is incremented when incompatible changes are made to the shared memory region *or* to any named shared mutexes, semaphores, etc. The arbitrary starting - version was 0 (cygwin release 98r2). */ + version was 0 (cygwin release 98r2). + Bump to 4 since this hasn't been rigorously updated in a + while. */ -#define CYGWIN_VERSION_SHARED_DATA 3 +#define CYGWIN_VERSION_SHARED_DATA 4 /* An identifier used in the names used to create shared objects. The full names include the CYGWIN_VERSION_SHARED_DATA version -- cgit v1.2.3