Merge remote-tracking branch 'remotes/origin/master' into windows+cc
[ardour.git] / wscript
diff --git a/wscript b/wscript
index 582ec3e96063250ed53a819e3ef9cfe4d0874151..22f1d90c6dfc89e7729b118edf949283bd5e7c85 100644 (file)
--- a/wscript
+++ b/wscript
@@ -8,7 +8,7 @@ import subprocess
 import sys
 
 MAJOR = '3'
-MINOR = '4'
+MINOR = '5'
 VERSION = MAJOR + '.' + MINOR
 
 APPNAME = 'Ardour' + MAJOR