diff --git a/Makefile b/Makefile index 265d146..a2a83f0 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Phone -VERSION = 0.0.0 +VERSION = 0.0.1 SUBDIRS = data po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 2457f2b..2fe534b 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Phone" -#define VERSION "0.0.0" +#define VERSION "0.0.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index a5744ed..de3f5ce 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Phone" -VERSION="0.0.0" +VERSION="0.0.1" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index fdb0e5f..53f116b 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Phone -version=0.0.0 +version=0.0.1 config=h,sh subdirs=data,po,src