Releasing 0.0.6

This commit is contained in:
Pierre Pronchery 2010-05-21 13:19:10 +00:00
parent ae8272c97e
commit aa33d981e5
4 changed files with 5 additions and 4 deletions

View File

@ -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 \

View File

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

View File

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

View File

@ -1,5 +1,5 @@
package=Phone
version=0.0.5
version=0.0.6
config=h,sh
subdirs=data,include,po,src