mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
bump to 3.1
This commit is contained in:
parent
22b3744fb8
commit
d79e3a21c6
1 changed files with 2 additions and 2 deletions
4
wscript
4
wscript
|
|
@ -15,8 +15,8 @@ if sys.platform == 'darwin':
|
|||
OSX_VERSION = '3.0beta6'
|
||||
VERSION = '3.0beta6'
|
||||
else:
|
||||
LINUX_VERSION = '3.0'
|
||||
VERSION = '3.0'
|
||||
LINUX_VERSION = '3.1'
|
||||
VERSION = '3.1'
|
||||
|
||||
APPNAME = 'Ardour3'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue