From 454a88a0c7de76e3477f4bdb6470b1a36570a59b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Wed, 24 Dec 2014 19:03:56 +0100 Subject: [PATCH] Preparing for the 0.2.7 release --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- project.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index cb423c6..1f39c98 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Surfer -VERSION = 0.2.6 +VERSION = 0.2.7 SUBDIRS = data doc po src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 25775b1..65ac1b0 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Surfer" -#define VERSION "0.2.6" +#define VERSION "0.2.7" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 2ba9b3c..6609398 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Surfer" -VERSION="0.2.6" +VERSION="0.2.7" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 12c7f6e..fd3bc41 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Surfer -version=0.2.6 +version=0.2.7 config=h,sh dist=Makefile,COPYING,config.h,config.sh