diff options
| author | Qiuwen Lu <[email protected]> | 2016-05-12 15:43:42 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2016-05-12 15:43:42 +0800 |
| commit | 675fdc273f07d49b77ea32cefedb9bdb46069c45 (patch) | |
| tree | 6baeccec91e90cfc1f65235759c03e056cc6b507 | |
| parent | 33cb011ab267657fa7baec62f5d1072a8963bc77 (diff) | |
升级版本号到3.1.3v3.1.3-20160512
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c9823d7..d56b54b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ include(GetGitRevisionDescription) # Project Version set(MARSIO_MAJOR_VERSION 3) set(MARSIO_MINOR_VERSION 1) -set(MARSIO_PATCH_VERSION 0) +set(MARSIO_PATCH_VERSION 3) set(MARSIO_VERSION ${MARSIO_MAJOR_VERSION}.${MARSIO_MINOR_VERSION}.${MARSIO_PATCH_VERSION}) git_describe(MARSIO_GIT_VERSION) |
