13
0

bump to 3.5

This commit is contained in:
Paul Davis 2013-10-15 13:30:15 -04:00
parent 58e8f43052
commit cfd571f490

View File

@ -8,7 +8,7 @@ import subprocess
import sys
MAJOR = '3'
MINOR = '4'
MINOR = '5'
VERSION = MAJOR + '.' + MINOR
APPNAME = 'Ardour' + MAJOR