Bump version number to 5.7.2

This commit is contained in:
Jason Turner
2015-07-20 19:49:45 -06:00
parent 63ab117e7d
commit 9a0a12d230
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
namespace chaiscript {
static const int version_major = 5;
static const int version_minor = 7;
static const int version_patch = 1;
static const int version_patch = 2;
template<typename B, typename D, typename ...Arg>
inline std::shared_ptr<B> make_shared(Arg && ... arg)