summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-04-07 00:35:07 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-04-07 00:35:07 +0000
commitc36c7f4b94e4cce75120ae322c0a697c9c494275 (patch)
treeb019f0aa8eeb7ffb5545b17a54ad8e8f041074fc /SConstruct
parent2dd0b9321c87838e9f2276c02f5942daac2b836e (diff)
add new profile object, use it to remove certain horizontal elements from GUI if screen is narrow; make verbose canvas cursor use primary clock mode if secondary clock is not visible
git-svn-id: svn://localhost/ardour2/trunk@1676 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 2875ace5e4..9f7e915b3d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -16,7 +16,7 @@ import SCons.Node.FS
SConsignFile()
EnsureSConsVersion(0, 96)
-ardour_version = '2.0beta12'
+ardour_version = '2.0rc1'
subst_dict = { }