mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +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 ('.')
|
||||
MAJOR = parts[0]
|
||||
MINOR = parts[1]
|
||||
other = parts[1].split ('-')
|
||||
MINOR = other[0]
|
||||
if len(other) > 1:
|
||||
MICRO = other[0]
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue