mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Set the revision mechanism independent from the VCS name
This commit is contained in:
parent
62f1ed054b
commit
eb7a85b8f9
10 changed files with 44 additions and 44 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "pbd/file_utils.h"
|
||||
|
||||
#include "ardour/svn_revision.h"
|
||||
#include "ardour/revision.h"
|
||||
#include "ardour/version.h"
|
||||
#include "ardour/filesystem_paths.h"
|
||||
|
||||
|
|
@ -582,7 +582,7 @@ About::About ()
|
|||
set_website_label (_("http://ardour.org/"));
|
||||
set_version ((string_compose(_("%1\n(built from revision %2)"),
|
||||
VERSIONSTRING,
|
||||
svn_revision)));
|
||||
revision)));
|
||||
|
||||
Gtk::Button* config_button = manage (new Button (_("Config")));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue