Releasing Mailer 0.0.3

This commit is contained in:
Pierre Pronchery 2011-07-07 16:05:30 +00:00
parent bb74d11c44
commit 5c9cfabedf
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Mailer PACKAGE = Mailer
VERSION = 0.0.2 VERSION = 0.0.3
SUBDIRS = data include po src SUBDIRS = data include po src
RM = rm -f RM = rm -f
LN = ln -f LN = ln -f

View File

@ -1,5 +1,5 @@
#define PACKAGE "Mailer" #define PACKAGE "Mailer"
#define VERSION "0.0.2" #define VERSION "0.0.3"
#ifndef PREFIX #ifndef PREFIX
# define PREFIX "/usr/local" # define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
PACKAGE="Mailer" PACKAGE="Mailer"
VERSION="0.0.2" VERSION="0.0.3"
PREFIX="/usr/local" PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib" LIBDIR="${PREFIX}/lib"

View File

@ -1,5 +1,5 @@
package=Mailer package=Mailer
version=0.0.2 version=0.0.3
config=h,sh config=h,sh
subdirs=data,include,po,src subdirs=data,include,po,src