8000 Update to 5.8.2 release notes · ChaiScript/ChaiScript@1e62eb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e62eb4

Browse files
committed
Update to 5.8.2 release notes
1 parent c07c2a9 commit 1e62eb4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/description.txt"
103103

104104
set(CPACK_PACKAGE_VERSION_MAJOR 5)
105105
set(CPACK_PACKAGE_VERSION_MINOR 8)
106-
set(CPACK_PACKAGE_VERSION_PATCH 1)
106+
set(CPACK_PACKAGE_VERSION_PATCH 2)
107107

108108
set(CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval")
109109
set(CPACK_PACKAGE_VENDOR "ChaiScript.com")

include/chaiscript/chaiscript_defines.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
namespace 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;

releasenotes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Notes:
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

0 commit comments

Comments
 (0)
0