summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-02-19 19:02:49 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2009-02-19 19:02:49 +0100
commitba4ccf70e636d9cbeb3a2690156afe1764213bf3 (patch)
tree453bc1f5c4fc490bd69974b73995857c2d17f373 /CMakeLists.txt
parent71ab59191d8d5f6852bb05e5de4c08193bdba038 (diff)
Now use proper versioning scheme.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 711da81..3158b13 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -31,7 +31,7 @@ option(BUNDLE "Use for generating binary. DEV ONLY" OFF)
###############################################################################
# IMPORTANT DEFINITIONS [PREFIX,...]
###############################################################################
-SET ( TUXANCI_VERSION "dev" CACHE STRING "Version" )
+SET ( TUXANCI_VERSION "0.21.99" CACHE STRING "Version" ) # update with releases
SET ( WORKDIR ${CMAKE_SOURCE_DIR}/src )
# data because some distributions want different data placement
SET ( CMAKE_CONF_PATH "/etc" CACHE PATH "Config path prefix" )