From 5c9cfabedf2f07d2a2ed68d10b07bea7d28d33ad Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 7 Jul 2011 16:05:30 +0000 Subject: [PATCH] Releasing Mailer 0.0.3 --- 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 7608d82..0c9dda2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = Mailer -VERSION = 0.0.2 +VERSION = 0.0.3 SUBDIRS = data include po src RM = rm -f LN = ln -f diff --git a/config.h b/config.h index 1c29530..d619bad 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ #define PACKAGE "Mailer" -#define VERSION "0.0.2" +#define VERSION "0.0.3" #ifndef PREFIX # define PREFIX "/usr/local" diff --git a/config.sh b/config.sh index d8574e9..5a642ec 100644 --- a/config.sh +++ b/config.sh @@ -1,5 +1,5 @@ PACKAGE="Mailer" -VERSION="0.0.2" +VERSION="0.0.3" PREFIX="/usr/local" LIBDIR="${PREFIX}/lib" diff --git a/project.conf b/project.conf index 6ec805c..ef907fc 100644 --- a/project.conf +++ b/project.conf @@ -1,5 +1,5 @@ package=Mailer -version=0.0.2 +version=0.0.3 config=h,sh subdirs=data,include,po,src