diff --git a/Makefile b/Makefile index e98d9c6..b663fe2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.2.2 +VERSION = 0.2.3 SUBDIRS = data include po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 6278bfd..fa289f6 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#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 95c384c..9b6a903 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.2.2" +VERSION="0.2.3" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index fb651a7..9e48b5d 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.2.2 +version=0.2.3 config=h,sh subdirs=data,include,po,src