From 31b20f08150907fadc05e5054f4ffd04f68d2144 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Wed, 16 Mar 2011 14:02:43 +0100 Subject: Add publishing script and propagate version from top directory --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 61972ab..fa80f94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,10 @@ cmake_minimum_required(VERSION 2.8) project(uca) +set(UCA_VERSION_MAJOR "0") +set(UCA_VERSION_MINOR "3") +set(UCA_VERSION_PATCH "0") + add_subdirectory(src) add_subdirectory(doc) add_subdirectory(test) -- cgit v1.2.3