Add failing tests for locale changes

re #250
This commit is contained in:
Jason Turner
2016-03-04 14:31:19 -07:00
parent 8feff5bc76
commit 457367ea7b
3 changed files with 12 additions and 2 deletions

View File

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