diff --git a/Makefile b/Makefile index ada1f7b..ae413cb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Phone -VERSION = 0.4.1 +VERSION = 0.4.2 SUBDIRS = data doc include po src tests tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 239be7a..e8fb2e8 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Phone" -#define VERSION "0.4.1" +#define VERSION "0.4.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index cb6ba51..82c7dc0 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Phone" -VERSION="0.4.1" +VERSION="0.4.2" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 0487ef9..4d8fd05 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Phone -version=0.4.1 +version=0.4.2 config=h,sh subdirs=data,doc,include,po,src,tests,tools