13
0

welcome to version 3.0

git-svn-id: svn://localhost/ardour2/branches/3.0@14206 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-03-10 15:33:21 +00:00
parent 86ddd711ac
commit a9bb9f0401

View File

@ -15,8 +15,8 @@ if sys.platform == 'darwin':
OSX_VERSION = '3.0beta6'
VERSION = '3.0beta6'
else:
LINUX_VERSION = '3.0rc3'
VERSION = '3.0rc3'
LINUX_VERSION = '3.0'
VERSION = '3.0'
APPNAME = 'Ardour3'