Increment to 5.8.4

This commit is contained in:
Jason Turner
2016-09-24 17:17:40 -06:00
parent 4b81a24a0a
commit bec1b91b7b
3 changed files with 6 additions and 3 deletions

View File

@@ -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;