From 34eb2072b00907e70ff1953ea822721f7f54c2ea Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 6 Jun 2010 10:50:26 +0000 Subject: [PATCH] About to release version 0.0.1 --- 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 d10fcf9..3475904 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Todo -VERSION = 0.0.0 +VERSION = 0.0.1 SUBDIRS = data po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 4716dbc..00dd3ee 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Todo" -#define VERSION "0.0.0" +#define VERSION "0.0.1" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index 30021d7..bfcc4c8 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Todo" -VERSION="0.0.0" +VERSION="0.0.1" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 1a6cadd..37bb790 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Todo -version=0.0.0 +version=0.0.1 config=h,sh subdirs=data,po,src