The release candidates for the 1.65.1 release are now available at: https://dl.bintray.com/boostorg/release/1.65.1/ The SHA256 checksums are as follows: 9b440d8167043c8d70326d8a5d4df98a59abb40be7d68f51e75ea95ea24d84f3 boost_1_65_1_rc1.7z fbd5663c748a88479adb4106c8a12009b149e602dec4b40a4a778381a33cf3ce boost_1_65_1_rc1.tar.bz2 b1b18d658cc0ff8a5030b29f4ed41de1826281fcb52fc1073b106c5802a570bd boost_1_65_1_rc1.tar.gz 542624352b2c3fd6a76c98624f90d2c0e62dd810ec6cc9fdae831677c7aa1fbf boost_1_65_1_rc1.zip As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Hello! https://github.com/boostorg/config/blob/fixes/1.65/include/boost/version.hpp... : #define BOOST_VERSION 106500 ... #define BOOST_LIB_VERSION "1_65" Why not: #define BOOST_VERSION 106501 ... #define BOOST_LIB_VERSION "1_65_1" ? For example in version 1.46.1 ( https://github.com/boostorg/config/blob/boost-1.46.1/include/boost/version.h... ): #define BOOST_VERSION 104601 ... #define BOOST_LIB_VERSION "1_46_1" 2017-09-01 22:39 GMT+05:00 Daniel James via Boost-users < boost-users@lists.boost.org>:
The release candidates for the 1.65.1 release are now available at:
https://dl.bintray.com/boostorg/release/1.65.1/
The SHA256 checksums are as follows:
9b440d8167043c8d70326d8a5d4df98a59abb40be7d68f51e75ea95ea24d84f3 boost_1_65_1_rc1.7z fbd5663c748a88479adb4106c8a12009b149e602dec4b40a4a778381a33cf3ce boost_1_65_1_rc1.tar.bz2 b1b18d658cc0ff8a5030b29f4ed41de1826281fcb52fc1073b106c5802a570bd boost_1_65_1_rc1.tar.gz 542624352b2c3fd6a76c98624f90d2c0e62dd810ec6cc9fdae831677c7aa1fbf boost_1_65_1_rc1.zip
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy. _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost-users
-- С уважением, Владислав Щапов ICQ: 223-695-654
On 1 September 2017 at 19:24, Владислав Щапов via Boost-users
Hello!
https://github.com/boostorg/config/blob/fixes/1.65/include/boost/version.hpp... : #define BOOST_VERSION 106500 ... #define BOOST_LIB_VERSION "1_65"
Why not: #define BOOST_VERSION 106501 ... #define BOOST_LIB_VERSION "1_65_1"
Sorry, that was a mistake. There's a pull request against config to fix it, and I'll create another release candidate soon. Thanks for letting us know.
participants (2)
-
Daniel James
-
Владислав Щапов