Revert "bump to 3.4"
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 3 Sep 2013 11:59:59 +0000 (07:59 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 3 Sep 2013 11:59:59 +0000 (07:59 -0400)
This reverts commit ad7ab8f09afe1eac025a6da87a45c83ada15544d.

wscript

diff --git a/wscript b/wscript
index 6691f06dee8189893b0e1d2d58bcd4669df9843a..5ca7bdf6b3541ff7963d4d915b2ca97d182beb69 100644 (file)
--- a/wscript
+++ b/wscript
@@ -8,7 +8,7 @@ import subprocess
 import sys
 
 MAJOR = '3'
-MINOR = '4'
+MINOR = '3'
 VERSION = MAJOR + '.' + MINOR
 
 APPNAME = 'Ardour' + MAJOR