mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
make work independent from current directory
This commit is contained in:
parent
1d4dc0af5c
commit
2da4cbc49e
@ -1,5 +1,6 @@
|
||||
#!/bin/sh
|
||||
FILE=../include/btstack/version.h
|
||||
DIR=`dirname $0`
|
||||
FILE=$DIR/../include/btstack/version.h
|
||||
REVISION=`svnversion | sed "s/\([0-9]*\).*/\1/"`
|
||||
MAJOR=0
|
||||
MINOR=8
|
||||
|
Loading…
Reference in New Issue
Block a user