diff --git a/Makefile b/Makefile index 2b75a39..bd29186 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.0.6 +VERSION = 0.1.0 SUBDIRS = include po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 0f6c176..8de3c12 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.0.6" +#define VERSION "0.1.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 33ee654..fee7f80 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Panel" -VERSION="0.0.6" +VERSION="0.1.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index bd74259..e4c8f6f 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.0.6 +version=0.1.0 config=h,sh subdirs=include,po,src