diff --git a/Makefile b/Makefile index 5cefd76..b56144e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.4.11 +VERSION = 0.4.12 SUBDIRS = data doc include po src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 133b81f..b73ab98 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.4.11" +#define VERSION "0.4.12" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 783814f..c7a802c 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Browser" -VERSION="0.4.11" +VERSION="0.4.12" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 9db918e..a526b1f 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.4.11 +version=0.4.12 config=h,sh subdirs=data,doc,include,po,src,tools