diff --git a/Makefile b/Makefile index e168489..f16c5cf 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.0.0 +VERSION = 0.0.1 SUBDIRS = src RM = rm -f LN = ln -sf diff --git a/config.h b/config.h index c63e921..2c86f34 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.0.0" +#define VERSION "0.0.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 029cfef..ccc7202 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.0.0 +version=0.0.1 config=h subdirs=src