Prepare for the DeforaOS Phone 0.4.2 release
This commit is contained in:
parent
eb51480718
commit
96149fd0ab
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
|||
#define PACKAGE "Phone"
|
||||
#define VERSION "0.4.1"
|
||||
#define VERSION "0.4.2"
|
||||
|
||||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE="Phone"
|
||||
VERSION="0.4.1"
|
||||
VERSION="0.4.2"
|
||||
|
||||
PREFIX="/usr/local"
|
||||
LIBDIR="${PREFIX}/lib"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user