From 70055c88b201d761b374196159421a3791ecdcac Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Wed, 19 Sep 2012 23:07:23 +0200 Subject: Prepare to release v1.1.0 Signed-off-by: David Sommerseth --- CMakeLists.txt | 2 +- eurephia.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d28dfa8..d6126ee 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.1.0") # eurephia parameters - boolean values OPTION(DEBUG "Add more verbose debug information" OFF) diff --git a/eurephia.spec b/eurephia.spec index 8548514..bd1be7b 100644 --- a/eurephia.spec +++ b/eurephia.spec @@ -1,6 +1,6 @@ Name: eurephia -Version: 1.0.1 -Release: 2%{?betatag:.%{betatag}}%{?dist} +Version: 1.1.0 +Release: 1%{?betatag:.%{betatag}}%{?dist} Summary: An advanced and flexible OpenVPN user authentication plug-in Group: Applications/Internet -- cgit