mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
once more try to get that revision info correct, sigh
This commit is contained in:
parent
0f47a171c9
commit
1606996845
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ if echo $r | grep -q -e - ; then
|
|||
revcount=`echo $r | cut -d- -f1`
|
||||
fi
|
||||
commit=`echo $r | cut -d- -f2`
|
||||
version=${release_version}${revcount:+:.$revcount}
|
||||
version=${release_version}${revcount:+.$revcount}
|
||||
|
||||
#
|
||||
# Figure out the Build Type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue