diff options
author | Christopher Faylor <me@cgf.cx> | 2004-02-05 19:57:03 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-02-05 19:57:03 +0000 |
commit | 656a999a33537b173d04326f9ef2bd49969e9fed (patch) | |
tree | 478378eaf352f4f9de78c626d35c9ef7690a05e0 /winsup/cygwin/include | |
parent | d82c6f474d1126cdd7d298991610fa23823dd99f (diff) | |
download | cygnal-656a999a33537b173d04326f9ef2bd49969e9fed.tar.gz cygnal-656a999a33537b173d04326f9ef2bd49969e9fed.tar.bz2 cygnal-656a999a33537b173d04326f9ef2bd49969e9fed.zip |
* cygwin.din: Make many more functions SIGFE.
* include/cygwin/version.h (CYGWIN_VERSION_SHARED_DATA): Bump.
Diffstat (limited to 'winsup/cygwin/include')
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 8 |
1 files changed, 5 insertions, 3 deletions
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 |