summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-02 21:57:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-02 21:57:40 -0400
commitad7ab8f09afe1eac025a6da87a45c83ada15544d (patch)
treeecccc19b8eabb433bcf7c6b3ba5097f5cfb0ebea
parentd2cdc7da64dd9986b5197d1317279c51043d6172 (diff)
bump to 3.4
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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