diff --git a/Makefile b/Makefile index d64644f..1781fe2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Panel -VERSION = 0.0.2 +VERSION = 0.0.3 SUBDIRS = include src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 9d39fde..c7644ea 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Panel" -#define VERSION "0.0.2" +#define VERSION "0.0.3" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 173fa48..58213f6 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Panel -version=0.0.2 +version=0.0.3 config=h subdirs=include,src