About to release Phone 0.3.12
This commit is contained in:
parent
aaf8164b29
commit
a3a901b59b
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE = Phone
|
PACKAGE = Phone
|
||||||
VERSION = 0.3.11
|
VERSION = 0.3.12
|
||||||
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
|
||||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
||||||
#define PACKAGE "Phone"
|
#define PACKAGE "Phone"
|
||||||
#define VERSION "0.3.11"
|
#define VERSION "0.3.12"
|
||||||
|
|
||||||
#ifndef PREFIX
|
#ifndef PREFIX
|
||||||
# define PREFIX "/usr/local"
|
# define PREFIX "/usr/local"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PACKAGE="Phone"
|
PACKAGE="Phone"
|
||||||
VERSION="0.3.11"
|
VERSION="0.3.12"
|
||||||
|
|
||||||
PREFIX="/usr/local"
|
PREFIX="/usr/local"
|
||||||
LIBDIR="${PREFIX}/lib"
|
LIBDIR="${PREFIX}/lib"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
package=Phone
|
package=Phone
|
||||||
version=0.3.11
|
version=0.3.12
|
||||||
config=h,sh
|
config=h,sh
|
||||||
|
|
||||||
subdirs=data,doc,include,po,src,tools
|
subdirs=data,doc,include,po,src,tools
|
||||||
|
|
Loading…
Reference in New Issue
Block a user