From f29fa07b6b341cd222c827c79ff7c057786964b1 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Sat, 26 Sep 2009 23:03:22 +0200 Subject: Updated version, for the comming 0.9.5_beta release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit