mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
bump to v3.2
This commit is contained in:
parent
e2df0413f4
commit
a1e3cee926
1 changed files with 1 additions and 1 deletions
2
wscript
2
wscript
|
|
@ -8,7 +8,7 @@ import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
MAJOR = '3'
|
MAJOR = '3'
|
||||||
MINOR = '1'
|
MINOR = '2'
|
||||||
VERSION = MAJOR + '.' + MINOR
|
VERSION = MAJOR + '.' + MINOR
|
||||||
|
|
||||||
APPNAME = 'Ardour' + MAJOR
|
APPNAME = 'Ardour' + MAJOR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue