From 56020b8f8c6741184d9542a94e5f26d4b05fe774 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 16 Jul 2013 18:54:45 -0400 Subject: [PATCH] bump actual publically visible version (oops) --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index ce79c9ec27..4306316861 100644 --- a/wscript +++ b/wscript @@ -8,7 +8,7 @@ import subprocess import sys MAJOR = '3' -MINOR = '2' +MINOR = '3' VERSION = MAJOR + '.' + MINOR APPNAME = 'Ardour' + MAJOR