From 81739d79298ea2de6efc441d9efe1bc65606cb62 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 30 Jan 2010 22:24:29 +0000 Subject: [PATCH] bump version to 2.8.7 git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6600 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 0e8a1e440a..0f55f1e8bd 100644 --- a/SConstruct +++ b/SConstruct @@ -21,7 +21,7 @@ import SCons.Node.FS SConsignFile() EnsureSConsVersion(0, 96) -ardour_version = '2.8.6' +ardour_version = '2.8.7' subst_dict = { }