mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
really fix wscript revision info handling
This commit is contained in:
parent
52200569c3
commit
c42a14fba8
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -35,8 +35,8 @@ else:
|
||||||
|
|
||||||
parts = rev.split ('.')
|
parts = rev.split ('.')
|
||||||
MAJOR = parts[0]
|
MAJOR = parts[0]
|
||||||
MINOR = parts[1]
|
|
||||||
other = parts[1].split ('-')
|
other = parts[1].split ('-')
|
||||||
|
MINOR = other[0]
|
||||||
if len(other) > 1:
|
if len(other) > 1:
|
||||||
MICRO = other[0]
|
MICRO = other[0]
|
||||||
else:
|
else:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue