diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-26 23:03:22 +0200 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2009-09-26 23:03:22 +0200 |
| commit | f29fa07b6b341cd222c827c79ff7c057786964b1 (patch) | |
| tree | 08da199e630e6274bb0c01fd0901c122595580a9 | |
| parent | 1e010e77c4ab10de0e01102eee228714cad23405 (diff) | |
Updated version, for the comming 0.9.5_beta release
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
