mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +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
Binary file not shown.
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 32 KiB |
7
wscript
7
wscript
|
|
@ -7,8 +7,11 @@ import string
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
# Variables for 'waf dist'
|
if sys.platform == 'darwin':
|
||||||
VERSION = '3.0rc2'
|
VERSION = '3.0beta6'
|
||||||
|
else:
|
||||||
|
VERSION = '3.0rc3'
|
||||||
|
|
||||||
APPNAME = 'Ardour3'
|
APPNAME = 'Ardour3'
|
||||||
|
|
||||||
# Mandatory variables
|
# Mandatory variables
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue