Releasing 0.0.6
This commit is contained in:
parent
ae8272c97e
commit
aa33d981e5
3
Makefile
3
Makefile
|
@ -1,5 +1,5 @@
|
|||
PACKAGE = Phone
|
||||
VERSION = 0.0.5
|
||||
VERSION = 0.0.6
|
||||
SUBDIRS = data include po src
|
||||
RM = rm -f
|
||||
LN = ln -f
|
||||
|
@ -58,6 +58,7 @@ dist:
|
|||
$(PACKAGE)-$(VERSION)/src/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/src/plugins/openmoko.c \
|
||||
$(PACKAGE)-$(VERSION)/src/plugins/profiles.c \
|
||||
$(PACKAGE)-$(VERSION)/src/plugins/smscrypt.c \
|
||||
$(PACKAGE)-$(VERSION)/src/plugins/Makefile \
|
||||
$(PACKAGE)-$(VERSION)/src/plugins/project.conf \
|
||||
$(PACKAGE)-$(VERSION)/COPYING \
|
||||
|
|
2
config.h
2
config.h
|
@ -1,5 +1,5 @@
|
|||
#define PACKAGE "Phone"
|
||||
#define VERSION "0.0.5"
|
||||
#define VERSION "0.0.6"
|
||||
|
||||
#ifndef PREFIX
|
||||
# define PREFIX "/usr/local"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PACKAGE="Phone"
|
||||
VERSION="0.0.5"
|
||||
VERSION="0.0.6"
|
||||
|
||||
PREFIX="/usr/local"
|
||||
LIBDIR="${PREFIX}/lib"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package=Phone
|
||||
version=0.0.5
|
||||
version=0.0.6
|
||||
config=h,sh
|
||||
|
||||
subdirs=data,include,po,src
|
||||
|
|
Loading…
Reference in New Issue
Block a user