13
0

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:
Paul Davis 2013-03-04 14:58:20 +00:00
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

View File

@ -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