Update release notes and prepare for 5.8.0

This commit is contained in:
Jason Turner
2016-02-16 15:00:13 -07:00
parent 7f8a6f24f9
commit 6c483bd6f6
3 changed files with 28 additions and 5 deletions

View File

@@ -96,8 +96,8 @@
namespace chaiscript {
static const int version_major = 5;
static const int version_minor = 7;
static const int version_patch = 2;
static const int version_minor = 8;
static const int version_patch = 0;
static const char *compiler_version = CHAISCRIPT_COMPILER_VERSION;
static const char *compiler_name = CHAISCRIPT_COMPILER_NAME;