mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
bump version to rc3, but keep OS X releases as "beta"
git-svn-id: svn://localhost/ardour2/branches/3.0@14128 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ac7703edbc
commit
968c53aba1
2 changed files with 5 additions and 2 deletions
7
wscript
7
wscript
|
|
@ -7,8 +7,11 @@ import string
|
|||
import subprocess
|
||||
import sys
|
||||
|
||||
# Variables for 'waf dist'
|
||||
VERSION = '3.0rc2'
|
||||
if sys.platform == 'darwin':
|
||||
VERSION = '3.0beta6'
|
||||
else:
|
||||
VERSION = '3.0rc3'
|
||||
|
||||
APPNAME = 'Ardour3'
|
||||
|
||||
# Mandatory variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue