diff options
author | Christopher Faylor <me@cgf.cx> | 2003-03-17 19:13:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-03-17 19:13:47 +0000 |
commit | b13ab3ccab60424d05d74e6c98718dcd5f6d40aa (patch) | |
tree | b21694ecc558ae1c7e9d2242e1373ed331383961 | |
parent | e22999134bb9c37ae00ddecb4f2f4878dba44ee1 (diff) | |
download | newlib-unlabeled-1.105.2.zip newlib-unlabeled-1.105.2.tar.gz newlib-unlabeled-1.105.2.tar.bz2 |
Actually bump API number.github/unlabeled-1.105.2unlabeled-1.105.2
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 89cd8b0..27dc63c 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -186,12 +186,14 @@ details. */ truncf 76: mallinfo 77: thread-safe exit/at_exit + 78: Use stat and fstat rather than _stat, and _fstat. + Export btowc and trunc. */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 77 +#define CYGWIN_VERSION_API_MINOR 78 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |