File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/description.txt"
103103
104104set (CPACK_PACKAGE_VERSION_MAJOR 5)
105105set (CPACK_PACKAGE_VERSION_MINOR 8)
106- set (CPACK_PACKAGE_VERSION_PATCH 1 )
106+ set (CPACK_PACKAGE_VERSION_PATCH 2 )
107107
108108set (CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval" )
109109set (CPACK_PACKAGE_VENDOR "ChaiScript.com" )
Original file line number Diff line number Diff line change 9999namespace chaiscript {
100100 static const int version_major = 5 ;
101101 static const int version_minor = 8 ;
102- static const int version_patch = 1 ;
102+ static const int version_patch = 2 ;
103103
104104 static const char *compiler_version = CHAISCRIPT_COMPILER_VERSION;
105105 static const char *compiler_name = CHAISCRIPT_COMPILER_NAME;
Original file line number Diff line number Diff line change 11Notes:
22=======
3- Current Version: 5.8.1
3+ Current Version: 5.8.2
4+
5+ ### Changes since 5.8.1
6+ * Allow casting to non-const & std::shared_ptr<T >
7+
48
59### Changes since 5.8.0
610* Fix parsing of floats to be locale independent #250
You can’t perform that action at this time.
0 commit comments