From f3486a42028261903c1bd4ae89b6394f197cfa04 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 1 Mar 2009 21:34:05 -0500 Subject: Bump version to 0.1.0 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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") -- cgit