From 28f1ecf3dbc0f75b1fac7f7096733528da6aacf8 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 3 Nov 2011 17:44:13 +0000 Subject: [PATCH] About to release Phone 0.3.6 --- 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 4f4df42..39dd7f5 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Phone -VERSION = 0.3.5 +VERSION = 0.3.6 SUBDIRS = data doc include po src tools RM ?= rm -f LN ?= ln -f diff --git a/config.h b/config.h index cedd81d..64d2fbd 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Phone" -#define VERSION "0.3.5" +#define VERSION "0.3.6" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index b0a8044..6edc2a0 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Phone" -VERSION="0.3.5" +VERSION="0.3.6" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 1cffbeb..2581ca9 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Phone -version=0.3.5 +version=0.3.6 config=h,sh subdirs=data,doc,include,po,src,tools