summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/revision.h
diff options
context:
space:
mode:
authorJulien de Kozak <jdekozak@hotmail.com>2013-03-17 14:53:30 +0100
committerJulien de Kozak <jdekozak@hotmail.com>2013-03-18 20:13:05 +0100
commiteb7a85b8f992d0e2783c40c4809d81b17e80436c (patch)
treea461828941636a1e7e09202ab1a40065ca6f93c8 /libs/ardour/ardour/revision.h
parent62f1ed054b655bb45b82afa2ea6a7787a988b4f9 (diff)
Set the revision mechanism independent from the VCS name
Diffstat (limited to 'libs/ardour/ardour/revision.h')
-rw-r--r--libs/ardour/ardour/revision.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/libs/ardour/ardour/revision.h b/libs/ardour/ardour/revision.h
new file mode 100644
index 0000000000..9eeb1e2a9a
--- /dev/null
+++ b/libs/ardour/ardour/revision.h
@@ -0,0 +1,27 @@
+/*
+ Copyright (C) 2012 Paul Davis
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
+*/
+
+#ifndef __ardour_revision_h__
+#define __ardour_revision_h__
+
+namespace ARDOUR {
+ extern const char* revision;
+}
+
+#endif