diff options
| -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) |
