From d5d081819049219ac1d728cda87de229d86ef9f3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 6 Nov 2011 14:37:47 +0000 Subject: [PATCH] About to release Browser 0.4.3 --- Makefile | 2 +- config.h | 2 +- config.sh | 2 +- project.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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