summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-03 09:08:18 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-03 09:08:18 -0400
commit91b027a4a0c0e90398b9c6dbb5611b2acc4f2f8e (patch)
tree5fcdd15c8aa9f584219018bd0f09d0ec289a493a
parent9261d5908d865ad47d84640d79bbb573b37997fb (diff)
bump to 3.43.4
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5ca7bdf6b3..6691f06dee 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