From: Paul Davis Date: Tue, 3 Sep 2013 01:57:30 +0000 (-0400) Subject: bump to 3.4 X-Git-Tag: 3.4~5 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=ad7ab8f09afe1eac025a6da87a45c83ada15544d;p=ardour.git bump to 3.4 --- diff --git a/wscript b/wscript index d887fe6822..e99cca182e 100644 --- a/wscript +++ b/wscript @@ -8,7 +8,7 @@ import subprocess import sys MAJOR = '3' -MINOR = '3' +MINOR = '4' VERSION = MAJOR + '.' + MINOR APPNAME = 'Ardour' + MAJOR