From c094c8eaaa6ada788790996e6ea5872318c4c53c Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 10 Mar 2011 17:13:08 +0000 Subject: [PATCH] About to release Todo 0.1.2 --- 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 991a737..56b0f3d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Todo -VERSION = 0.1.1 +VERSION = 0.1.2 SUBDIRS = data po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 636c671..cb98dc3 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Todo" -#define VERSION "0.1.1" +#define VERSION "0.1.2" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index fc04ed5..9002c6e 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Todo" -VERSION="0.1.1" +VERSION="0.1.2" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 76b2c63..aedd698 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Todo -version=0.1.1 +version=0.1.2 config=h,sh subdirs=data,po,src