From 3e78b72f8420e66739e92e59c1cea1b00bce8380 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 30 Jun 2010 18:16:59 +0200 Subject: Set version to 1.0.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0448e4a..8ee0d0f 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.5_beta") +ADD_DEFINITIONS(-DEUREPHIAVERSION="1.0.0") # eurephia parameters - boolean values OPTION(DEBUG "Add more verbose debug information" OFF) -- cgit