About to release Phone 0.3.6

This commit is contained in:
Pierre Pronchery 2011-11-03 17:44:13 +00:00
parent 4b1b793f37
commit 28f1ecf3db
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Phone PACKAGE = Phone
VERSION = 0.3.5 VERSION = 0.3.6
SUBDIRS = data doc include po src tools SUBDIRS = data doc include po src tools
RM ?= rm -f RM ?= rm -f
LN ?= ln -f LN ?= ln -f

View File

@ -1,5 +1,5 @@
#define PACKAGE "Phone" #define PACKAGE "Phone"
#define VERSION "0.3.5" #define VERSION "0.3.6"
#ifndef PREFIX #ifndef PREFIX
# define PREFIX "/usr/local" # define PREFIX "/usr/local"

View File

@ -1,5 +1,5 @@
PACKAGE="Phone" PACKAGE="Phone"
VERSION="0.3.5" VERSION="0.3.6"
PREFIX="/usr/local" PREFIX="/usr/local"
LIBDIR="${PREFIX}/lib" LIBDIR="${PREFIX}/lib"

View File

@ -1,5 +1,5 @@
package=Phone package=Phone
version=0.3.5 version=0.3.6
config=h,sh config=h,sh
subdirs=data,doc,include,po,src,tools subdirs=data,doc,include,po,src,tools