diff --git a/Makefile b/Makefile index 62cf8d9..8269c11 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Phone -VERSION = 0.3.9 +VERSION = 0.3.10 SUBDIRS = data doc include po src tools RM ?= rm -f LN ?= ln -f diff --git a/config.h b/config.h index 14af10f..b4b7203 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Phone" -#define VERSION "0.3.9" +#define VERSION "0.3.10" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 1ed8718..01d6b9c 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Phone" -VERSION="0.3.9" +VERSION="0.3.10" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 376613e..75af4ae 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Phone -version=0.3.9 +version=0.3.10 config=h,sh subdirs=data,doc,include,po,src,tools