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

@ -55,7 +55,7 @@ set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/description.txt"
set(CPACK_PACKAGE_VERSION_MAJOR 5) set(CPACK_PACKAGE_VERSION_MAJOR 5)
set(CPACK_PACKAGE_VERSION_MINOR 3) set(CPACK_PACKAGE_VERSION_MINOR 3)
set(CPACK_PACKAGE_VERSION_PATCH 1) set(CPACK_PACKAGE_VERSION_PATCH 2)
set(CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval") set(CPACK_PACKAGE_EXECUTABLES "chai;ChaiScript Eval")
set(CPACK_PACKAGE_VENDOR "ChaiScript.com") set(CPACK_PACKAGE_VENDOR "ChaiScript.com")

View File

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

View File

@ -1,6 +1,8 @@
Notes: Notes:
======= =======
Current Version: 5.3.1 Current Version: 5.3.2
### Changes since 5.3.1
### Changes since 5.3.0 ### Changes since 5.3.0
* Add automatic conversion of arithmetic return types, following the same * Add automatic conversion of arithmetic return types, following the same