From 76703a6d49af1ff48352df721ef6251819d66a3c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 11 Mar 2011 12:11:31 +0000 Subject: [PATCH] About to release Surfer 0.2.3 --- 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 d9cc4d3..5355fd5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Surfer -VERSION = 0.2.2 +VERSION = 0.2.3 SUBDIRS = data po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index f921603..40ac216 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Surfer" -#define VERSION "0.2.2" +#define VERSION "0.2.3" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index f9c3fb1..bde3753 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Surfer" -VERSION="0.2.2" +VERSION="0.2.3" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index e3a5a84..76884e9 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Surfer -version=0.2.2 +version=0.2.3 config=h,sh dist=Makefile,COPYING,config.h,config.sh