diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2019-02-18 11:04:38 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2019-02-18 11:04:38 +0100 |
commit | 959077ac0a6d03630e1df7cfcc6bdc602c47c0b2 (patch) | |
tree | f82851d60a12d6abc44b1ece9ce845f6e97956b3 | |
parent | 26e0b37ed06c78926f1e1ee1e589b214a3813432 (diff) | |
download | cygnal-959077ac0a6d03630e1df7cfcc6bdc602c47c0b2.tar.gz cygnal-959077ac0a6d03630e1df7cfcc6bdc602c47c0b2.tar.bz2 cygnal-959077ac0a6d03630e1df7cfcc6bdc602c47c0b2.zip |
CYgwin: bump API minor for MOUNT_BINARY -> MOUNT_TEXT change
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index 2f887f055..2c55f4b79 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 |