From 509181cdeea49ed94d30317d14e544f34bd05a5c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 28 Aug 2010 17:20:31 +0000 Subject: [PATCH] About to release version 0.3.0 --- 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 7799a98..e68c888 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.2.0 +VERSION = 0.3.0 SUBDIRS = data po src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index a35a649..ebc7c6f 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.2.0" +#define VERSION "0.3.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 5a5a41e..2b80000 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Browser" -VERSION="0.2.0" +VERSION="0.3.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 892cc5e..e2df86c 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.2.0 +version=0.3.0 config=h,sh subdirs=data,po,src,tools