diff --git a/Makefile b/Makefile index 2ecc6db..098d5ce 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.4.2 +VERSION = 0.4.3 SUBDIRS = data include po src tools RM ?= rm -f LN ?= ln -f diff --git a/config.h b/config.h index 1a3f985..ab653e5 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.4.2" +#define VERSION "0.4.3" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 1eee45b..43db722 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Browser" -VERSION="0.4.2" +VERSION="0.4.3" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index bc5f93c..0d3d612 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.4.2 +version=0.4.3 config=h,sh subdirs=data,include,po,src,tools