diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-05 16:38:46 -0500 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-05 16:42:18 -0500 |
commit | 13e61d7d6d5e829d745c74d9faafb63f6cc8913f (patch) | |
tree | ff7d96eac96217cc7c55bf4cc58b4aea624cd09a /CMakeLists.txt | |
parent | c642d378ea8e8d9a232b09eaec9a0f9ee1cf9ef2 (diff) | |
download | sigen-0.1.tar.gz sigen-0.1.tar.xz sigen-0.1.zip |
(cherry picked from commit 88560349afde25f4f36a49ba4cfb90c4a7248b86)
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") |