diff --git a/SConstruct b/SConstruct index 0bb74698dc..eab259fd41 100644 --- a/SConstruct +++ b/SConstruct @@ -16,7 +16,7 @@ import SCons.Node.FS SConsignFile() EnsureSConsVersion(0, 96) -ardour_version = '2.1' +ardour_version = '2.2' subst_dict = { } diff --git a/svn_revision.h b/svn_revision.h index 85f3018487..57b0bf26e9 100644 --- a/svn_revision.h +++ b/svn_revision.h @@ -1,4 +1,4 @@ #ifndef __ardour_svn_revision_h__ #define __ardour_svn_revision_h__ -static const char* ardour_svn_revision = "2849"; +static const char* ardour_svn_revision = "2852"; #endif