update single with newest version

Fixes #414
FIxes #419
This commit is contained in:
ThePhD 2017-06-07 12:36:35 -04:00
parent 661386c384
commit 02110a5361
3 changed files with 6 additions and 4 deletions

View File

@ -28,7 +28,7 @@ MinGW's GCC version 7.x of the compiler fixes a long-standing derp in the <codec
Clang 3.4, 3.5 and 3.6 have many bugs we have run into when developing sol2 and that have negatively impacted users for a long time now.
We encourage all users to upgrade immediately. If you need old code, use sol2 release v2.17.5: otherwise, always grab sol2's latest.
We encourage all users to upgrade immediately. If you need old code, use `sol2 release v2.17.5`_: otherwise, always grab sol2's latest.
binary sizes
@ -57,3 +57,5 @@ The next step for Sol from a developer standpoint is to formally make the librar
Hopefully, as things progress, we move things forward.
.. _sol2 release v2.17.5: https://github.com/ThePhD/sol2/releases/tag/v2.17.5

View File

@ -61,7 +61,7 @@ author = 'ThePhD'
# The short X.Y version.
version = '2.17'
# The full version, including alpha/beta/rc tags.
release = '2.17.4'
release = '2.17.5'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@ -20,8 +20,8 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// This file was generated with a script.
// Generated 2017-06-07 16:29:19.321797 UTC
// This header was generated with sol v2.17.4 (revision 090c834)
// Generated 2017-06-07 16:34:30.866503 UTC
// This header was generated with sol v2.17.5 (revision 661386c)
// https://github.com/ThePhD/sol2
#ifndef SOL_SINGLE_INCLUDE_HPP