Update version to 5.3.2

This commit is contained in:
Jason Turner
2014-06-11 15:15:51 -06:00
parent e7b6ee6cf9
commit 14a280713f
3 changed files with 5 additions and 3 deletions

View File

@@ -46,7 +46,7 @@
namespace chaiscript {
static const int version_major = 5;
static const int version_minor = 3;
static const int version_patch = 1;
static const int version_patch = 2;
}
#endif