diff options
author | Christopher Faylor <me@cgf.cx> | 2013-05-13 19:27:34 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2013-05-13 19:27:34 +0000 |
commit | 73dfbd86bd59b5ce0ebadbbf9d712405ba4f1750 (patch) | |
tree | 04a20f5fc24c5f21345451ff9b7734776f65d934 | |
parent | 6d15197bce37ef451d92fb93f8eec472cb48af84 (diff) | |
download | cygnal-73dfbd86bd59b5ce0ebadbbf9d712405ba4f1750.tar.gz cygnal-73dfbd86bd59b5ce0ebadbbf9d712405ba4f1750.tar.bz2 cygnal-73dfbd86bd59b5ce0ebadbbf9d712405ba4f1750.zip |
* include/cygwin/version.h: Bump api minor number to reflect previous change.
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 1aa847e97..6d72b0d03 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,10 @@ 2013-05-13 Christopher Faylor <me.cygwin2013@cgf.cx> + * include/cygwin/version.h: Bump api minor number to reflect previous + change. + +2013-05-13 Christopher Faylor <me.cygwin2013@cgf.cx> + * i686.din: Remove _strtold. * x86_64.din: Move strtold definition... * common.din: ...to here. diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h index e8c45c7c2..2de99ef08 100644 --- a/winsup/cygwin/include/cygwin/version.h +++ b/winsup/cygwin/include/cygwin/version.h @@ -432,12 +432,13 @@ details. */ 261: Export memrchr. 262: Export getmntent_r. 263: Export cfsetspeed. + 264: Consistently export strtold */ /* Note that we forgot to bump the api for ualarm, strtoll, strtoull */ #define CYGWIN_VERSION_API_MAJOR 0 -#define CYGWIN_VERSION_API_MINOR 263 +#define CYGWIN_VERSION_API_MINOR 264 /* There is also a compatibity version number associated with the shared memory regions. It is incremented when incompatible |