From b60474232db6aaacb7780f2be1b42bfe397900ec Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 24 Sep 2009 10:16:43 +0000 Subject: [PATCH] Releasing 0.1.3 --- Makefile | 2 +- config.h | 2 +- project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 327d199..9595006 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.1.2 +VERSION = 0.1.3 SUBDIRS = data src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 07318a0..19d77b1 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.1.2" +#define VERSION "0.1.3" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 93c5e1c..4fc461f 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.1.2 +version=0.1.3 config=h subdirs=data,src