From e723cfff99ed2d12385a950fb02e86ab3cec4e96 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 13 Aug 2009 16:53:26 +0000 Subject: [PATCH] Preparing for the 0.1.2 release --- Makefile | 2 +- config.h | 2 +- project.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 212b0b3..f409244 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Browser -VERSION = 0.1.1 +VERSION = 0.1.2 SUBDIRS = src data RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 47cd036..07318a0 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Browser" -#define VERSION "0.1.1" +#define VERSION "0.1.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/project.conf b/project.conf index 16a9eda..bf23af3 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Browser -version=0.1.1 +version=0.1.2 config=h subdirs=src,data