diff --git a/Makefile b/Makefile index 212b0b3..f409244 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.1.1 +VERSION = 0.1.2 SUBDIRS = src data RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 47cd036..07318a0 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.1.1" +#define VERSION "0.1.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 16a9eda..bf23af3 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.1.1 +version=0.1.2 config=h subdirs=src,data