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