diff options
author | Ben Boeckel <MathStuf@gmail.com> | 2009-03-01 21:34:05 -0500 |
---|---|---|
committer | Ben Boeckel <MathStuf@gmail.com> | 2009-03-01 21:34:05 -0500 |
commit | f3486a42028261903c1bd4ae89b6394f197cfa04 (patch) | |
tree | c14d926b26913db2f1d26d631a56fca7bc1f583e /CMakeLists.txt | |
parent | c492d50d507e33daf4af4f76be91ce6c26331741 (diff) | |
download | sigen-0.1.0.tar.gz sigen-0.1.0.tar.xz sigen-0.1.0.zip |
Bump version to 0.1.00.1.0
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") |