diff --git a/Makefile b/Makefile index 327d199..9595006 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.1.2 +VERSION = 0.1.3 SUBDIRS = data src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 07318a0..19d77b1 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.1.2" +#define VERSION "0.1.3" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 93c5e1c..4fc461f 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.1.2 +version=0.1.3 config=h subdirs=data,src