diff --git a/Makefile b/Makefile index 705c3ec..8c785e5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.4.4 +VERSION = 0.4.5 SUBDIRS = data include po src tools RM ?= rm -f LN ?= ln -f diff --git a/config.h b/config.h index 553d60b..aacf6eb 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.4.4" +#define VERSION "0.4.5" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 8f313df..9fd4404 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Browser" -VERSION="0.4.4" +VERSION="0.4.5" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 7e85b40..934d519 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.4.4 +version=0.4.5 config=h,sh subdirs=data,include,po,src,tools