From d5150fd310c474dd0d38386f112a451f86c0ce14 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 11 Jun 2013 23:31:12 +0200 Subject: [PATCH] About to release Browser 0.4.12 --- 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 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