diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2010-08-27 14:06:36 +0200 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2010-08-27 14:06:36 +0200 |
| commit | 7c6760f9b1bc116f2d29fd4a4ce086dbeb2d39b9 (patch) | |
| tree | cb24b89af5fc8ce7005389d41ad1e8ab9dc6664c | |
| parent | e865c9d274dc57e242f7aaa79ca8856fc4f2f94b (diff) | |
Set version to 1.0.1v1.0.1
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
