Prepare for the DeforaOS Phone 0.4.2 release

This commit is contained in:
Pierre Pronchery 2015-03-25 01:04:49 +01:00
parent eb51480718
commit 96149fd0ab
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PACKAGE = Phone
VERSION = 0.4.1
VERSION = 0.4.2
SUBDIRS = data doc include po src tests tools
RM = rm -f
LN = ln -f

View File

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

View File

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

View File

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