File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed 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"
103
103
104
104
set (CPACK_PACKAGE_VERSION_MAJOR 5 )
105
105
set (CPACK_PACKAGE_VERSION_MINOR 8 )
106
- set (CPACK_PACKAGE_VERSION_PATCH 1 )
106
+ set (CPACK_PACKAGE_VERSION_PATCH 2 )
107
107
108
108
set (CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval" )
109
109
set (CPACK_PACKAGE_VENDOR "ChaiScript.com" )
Original file line number Diff line number Diff line change 99
99
namespace chaiscript {
100
100
static const int version_major = 5 ;
101
101
static const int version_minor = 8 ;
102
- static const int version_patch = 1 ;
102
+ static const int version_patch = 2 ;
103
103
104
104
static const char *compiler_version = CHAISCRIPT_COMPILER_VERSION;
105
105
static const char *compiler_name = CHAISCRIPT_COMPILER_NAME;
Original file line number Diff line number Diff line change 1
1
Notes:
2
2
=======
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
+
4
8
5
9
### Changes since 5.8.0
6
10
* Fix parsing of floats to be locale independent #250
You can’t perform that action at this time.
0 commit comments