From b132b71b15973be400c90ff61b4282e496b4decb Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 4 Sep 2010 22:14:13 +0000 Subject: [PATCH] About to release version 0.1.0 --- 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 068cf9a..9636dcb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Todo -VERSION = 0.0.1 +VERSION = 0.1.0 SUBDIRS = data po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 00dd3ee..65e6f3d 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Todo" -#define VERSION "0.0.1" +#define VERSION "0.1.0" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index bfcc4c8..9cc7fc8 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Todo" -VERSION="0.0.1" +VERSION="0.1.0" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 37bb790..ad73018 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Todo -version=0.0.1 +version=0.1.0 config=h,sh subdirs=data,po,src