From d79310ccc495cfd2f7e5f1e842a247fd25eca13b Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 28 Aug 2010 23:53:46 +0000 Subject: [PATCH] About to release version 0.3.1 --- 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 e68c888..8f1a5ae 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.3.0 +VERSION = 0.3.1 SUBDIRS = data po src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index ebc7c6f..bea1b49 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.3.0" +#define VERSION "0.3.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 2b80000..68d32a3 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Browser" -VERSION="0.3.0" +VERSION="0.3.1" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index e2df86c..4e61d73 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.3.0 +version=0.3.1 config=h,sh subdirs=data,po,src,tools