bump to 3.1

This commit is contained in:
Paul Davis 2013-04-08 12:00:29 -04:00
parent 22b3744fb8
commit d79e3a21c6
1 changed files with 2 additions and 2 deletions

View File

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