From cb5cb2e7b03e03cbaa185b60da2f253a63d838fa Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 25 Mar 2009 19:20:00 +0000 Subject: [PATCH] 2.8 ... yeah, baby! git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4895 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index a26d583dba..952b641e1e 100644 --- a/SConstruct +++ b/SConstruct @@ -21,7 +21,7 @@ import SCons.Node.FS SConsignFile() EnsureSConsVersion(0, 96) -ardour_version = '2.7.1' +ardour_version = '2.8' subst_dict = { }