diff --git a/Makefile b/Makefile index e327f39..b3f50ac 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.0.1 +VERSION = 0.0.2 SUBDIRS = src RM = rm -f LN = ln -sf diff --git a/config.h b/config.h index 2c86f34..7805e07 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.0.1" +#define VERSION "0.0.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index ccc7202..9028e05 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.0.1 +version=0.0.2 config=h subdirs=src