mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-20 13:46:30 +01:00
change RC files in tarball to the templates, dammit!
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2233 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
19e1cfb8fe
commit
deba9b3ccd
3 changed files with 3 additions and 2 deletions
|
|
@ -417,7 +417,7 @@ env.Alias ('tarball', env.Distribute (env['DISTTREE'],
|
||||||
'ardour.sh.in',
|
'ardour.sh.in',
|
||||||
'ardev_common.sh.in',
|
'ardev_common.sh.in',
|
||||||
'ardev', 'ardbg',
|
'ardev', 'ardbg',
|
||||||
'ardour2_ui_dark.rc', 'ardour2_ui_light.rc', 'splash.png',
|
'ardour2_ui_dark.rc.in', 'ardour2_ui_light.rc.in', 'splash.png',
|
||||||
'ardour.menus', 'ardour.bindings.in', 'ardour2_ui_default.conf',
|
'ardour.menus', 'ardour.bindings.in', 'ardour2_ui_default.conf',
|
||||||
'editor_xpms'
|
'editor_xpms'
|
||||||
] +
|
] +
|
||||||
|
|
|
||||||
|
|
@ -450,6 +450,7 @@ Session::follow_slave (nframes_t nframes, nframes_t offset)
|
||||||
_slave->speed_and_position (slave_speed, slave_transport_frame);
|
_slave->speed_and_position (slave_speed, slave_transport_frame);
|
||||||
|
|
||||||
if (!_slave->locked()) {
|
if (!_slave->locked()) {
|
||||||
|
cerr << "Slave not locked, not rolling\n";
|
||||||
goto noroll;
|
goto noroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __ardour_svn_revision_h__
|
#ifndef __ardour_svn_revision_h__
|
||||||
#define __ardour_svn_revision_h__
|
#define __ardour_svn_revision_h__
|
||||||
static const char* ardour_svn_revision = "2209";
|
static const char* ardour_svn_revision = "2231";
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue