diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0c379123..a822b072 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,8 +14,8 @@ include(doxygen.cmake) include(test.cmake) set(SIGEN_VERSION_MAJOR 0) -set(SIGEN_VERSION_MINOR 0) -set(SIGEN_VERSION_RELEASE 2) +set(SIGEN_VERSION_MINOR 1) +set(SIGEN_VERSION_RELEASE 0) set(SIGEN_VERSION "${SIGEN_VERSION_MAJOR}.${SIGEN_VERSION_MINOR}.${SIGEN_VERSION_RELEASE}") set(SIGEN_SOVERSION "0") |