summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-03-16 14:02:43 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@ipe.fzk.de>2011-03-16 14:02:43 +0100
commit31b20f08150907fadc05e5054f4ffd04f68d2144 (patch)
tree8f4aaf79177341bcdc709830608529d58eb204c8 /CMakeLists.txt
parent426687c80bbc52474a53939d7034d45180adc1f5 (diff)
downloadlibuca-31b20f08150907fadc05e5054f4ffd04f68d2144.tar.gz
libuca-31b20f08150907fadc05e5054f4ffd04f68d2144.tar.bz2
libuca-31b20f08150907fadc05e5054f4ffd04f68d2144.tar.xz
libuca-31b20f08150907fadc05e5054f4ffd04f68d2144.zip
Add publishing script and propagate version from top directory
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
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)