bump version to 0.9

This commit is contained in:
matthias.ringwald@gmail.com 2015-01-15 15:21:54 +00:00
parent f540f3aff0
commit 2c1e7bd82f
2 changed files with 2 additions and 2 deletions

View File

@ -10,4 +10,4 @@ Author: Mattthias Ringwald <tickets@btstack.uservoice.com>
Maintainer: Mattthias Ringwald <tickets@btstack.uservoice.com>
Section: Development
Tag: role::developer
Version: 0.8
Version: 0.9

View File

@ -3,7 +3,7 @@ DIR=`dirname $0`
FILE=$DIR/../include/btstack/version.h
REVISION=`svnversion | sed "s/\([0-9]*\).*/\1/"`
MAJOR=0
MINOR=8
MINOR=9
DATE=`date "+%Y-%m-%d_%H:%M:%S"`
printf "// BTstack - version.h\n" > $FILE
printf "// - generated by %s\n" $0>> $FILE