From a3a901b59b3e80b880abb3178cc459d0c77eede3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 11 Jun 2013 23:49:22 +0200 Subject: [PATCH] About to release Phone 0.3.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 7b83592..388037f 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Phone -VERSION = 0.3.11 +VERSION = 0.3.12 SUBDIRS = data doc include po src tools RM = rm -f LN = ln -f diff --git a/config.h b/config.h index b45581f..e0fe44d 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Phone" -#define VERSION "0.3.11" +#define VERSION "0.3.12" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 0e3749d..456308e 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Phone" -VERSION="0.3.11" +VERSION="0.3.12" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 1b0d75e..ea9ef6a 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Phone -version=0.3.11 +version=0.3.12 config=h,sh subdirs=data,doc,include,po,src,tools