bump to 3.1

This commit is contained in:
Paul Davis 2013-04-08 12:00:29 -04:00
parent 22b3744fb8
commit d79e3a21c6

View file

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