From 13e61d7d6d5e829d745c74d9faafb63f6cc8913f Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 5 Mar 2009 16:38:46 -0500 Subject: Bump to the correct versions (cherry picked from commit 88560349afde25f4f36a49ba4cfb90c4a7248b86) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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") -- cgit