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