From bc152fef853627c971b1fc9eb3aab985af83b248 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 22 Mar 2011 16:41:31 +0100 Subject: Bump to new development version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa80f94..6a23986 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8) project(uca) set(UCA_VERSION_MAJOR "0") -set(UCA_VERSION_MINOR "3") +set(UCA_VERSION_MINOR "4") set(UCA_VERSION_PATCH "0") add_subdirectory(src) -- cgit v1.2.3