summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-08-27 14:06:36 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-08-27 14:06:36 +0200
commit7c6760f9b1bc116f2d29fd4a4ce086dbeb2d39b9 (patch)
treecb24b89af5fc8ce7005389d41ad1e8ab9dc6664c
parente865c9d274dc57e242f7aaa79ca8856fc4f2f94b (diff)
Set version to 1.0.1v1.0.1
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c5ba828..0e15dbe 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="1.0.0")
+ADD_DEFINITIONS(-DEUREPHIAVERSION="1.0.1")
# eurephia parameters - boolean values
OPTION(DEBUG "Add more verbose debug information" OFF)