Change version to 1.0.1

This commit is contained in:
Milo Yip 2015-04-25 09:52:59 +08:00
parent 4f20541339
commit 316292d518
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ PROJECT(RapidJSON CXX)
set(LIB_MAJOR_VERSION "1")
set(LIB_MINOR_VERSION "0")
set(LIB_PATCH_VERSION "0")
set(LIB_PATCH_VERSION "1")
set(LIB_VERSION_STRING "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_PATCH_VERSION}")
# compile in release with debug info mode by default

View File

@ -1,4 +1,4 @@
version: 1.0.0.{build}
version: 1.0.1.{build}
configuration:
- Debug

View File

@ -69,7 +69,7 @@
*/
#define RAPIDJSON_MAJOR_VERSION 1
#define RAPIDJSON_MINOR_VERSION 0
#define RAPIDJSON_PATCH_VERSION 0
#define RAPIDJSON_PATCH_VERSION 1
#define RAPIDJSON_VERSION_STRING \
RAPIDJSON_STRINGIFY(RAPIDJSON_MAJOR_VERSION.RAPIDJSON_MINOR_VERSION.RAPIDJSON_PATCH_VERSION)