About to release Mailer 0.0.1

This commit is contained in:
Pierre Pronchery 2011-06-06 00:24:46 +00:00
parent 491086fcf0
commit 8755ac0e4e
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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