diff --git a/Makefile b/Makefile index 57999b2..f2dddac 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.3.0 +VERSION = 0.3.1 SUBDIRS = data doc include po src tests tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 24766af..37ce571 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.3.0" +#define VERSION "0.3.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 018c7cd..443ff06 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.3.0" +VERSION="0.3.1" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 811438d..faef8ef 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.3.0 +version=0.3.1 config=h,sh subdirs=data,doc,include,po,src,tests,tools