bump to 3.4

This commit is contained in:
Paul Davis 2013-09-03 09:08:18 -04:00
parent 9261d5908d
commit 91b027a4a0
1 changed files with 1 additions and 1 deletions

View File

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