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