diff --git a/SConstruct b/SConstruct index 5f267c0..e021561 100644 --- a/SConstruct +++ b/SConstruct @@ -14,7 +14,7 @@ except Exception as e: env.CBLoadTools('packager') conf = env.CBConfigure() -version = '0.1.6' +version = '0.1.7' env.Replace(PACKAGE_VERSION = version) conf.Finish()