Skip to content

Commit

Permalink
Increment to 5.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lefticus committed Sep 24, 2016
1 parent 4b81a24 commit bec1b91
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -103,7 +103,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/description.txt"

set(CPACK_PACKAGE_VERSION_MAJOR 5)
set(CPACK_PACKAGE_VERSION_MINOR 8)
set(CPACK_PACKAGE_VERSION_PATCH 2)
set(CPACK_PACKAGE_VERSION_PATCH 4)

set(CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval")
set(CPACK_PACKAGE_VENDOR "ChaiScript.com")
Expand Down
2 changes: 1 addition & 1 deletion include/chaiscript/chaiscript_defines.hpp
Expand Up @@ -99,7 +99,7 @@
namespace chaiscript {
static const int version_major = 5;
static const int version_minor = 8;
static const int version_patch = 2;
static const int version_patch = 4;

static const char *compiler_version = CHAISCRIPT_COMPILER_VERSION;
static const char *compiler_name = CHAISCRIPT_COMPILER_NAME;
Expand Down
5 changes: 4 additions & 1 deletion releasenotes.md
@@ -1,6 +1,9 @@
Notes:
=======
Current Version: 5.8.3
Current Version: 5.8.4

### Changes since 5.8.3
* Fix case with some numeric conversions mixed with numerics that do not need conversion

### Changes since 5.8.2
* Add support for reference of pointer return types
Expand Down

2 comments on commit bec1b91

@lefticus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lefticus
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.