summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-26 23:03:22 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-26 23:03:22 +0200
commitf29fa07b6b341cd222c827c79ff7c057786964b1 (patch)
tree08da199e630e6274bb0c01fd0901c122595580a9 /CMakeLists.txt
parent1e010e77c4ab10de0e01102eee228714cad23405 (diff)
downloadeurephia-f29fa07b6b341cd222c827c79ff7c057786964b1.tar.gz
eurephia-f29fa07b6b341cd222c827c79ff7c057786964b1.tar.xz
eurephia-f29fa07b6b341cd222c827c79ff7c057786964b1.zip
Updated version, for the comming 0.9.5_beta release
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 b2e75ea..ee53ad4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ PROJECT(eurephia C)
cmake_minimum_required(VERSION 2.6)
# Set the eurephia version
-ADD_DEFINITIONS(-DEUREPHIAVERSION="0.9.4_beta")
+ADD_DEFINITIONS(-DEUREPHIAVERSION="0.9.5_beta")
# eurephia parameters - boolean values
OPTION(DEBUG "Add more verbose debug information" OFF)