summaryrefslogtreecommitdiff
path: root/svn_revision.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-11-17 16:14:44 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-11-17 16:14:44 +0000
commit5f37d769351d03acfa6e1704fb9f54fcf57c3c60 (patch)
treea113b60b3c020c03131b9a9ad82965ef374ca16b /svn_revision.h
parent98d93c221a8bd45d90369ff1b52e3f43dad35233 (diff)
fixes for MIDI port setup; options editor now sets trace options correctly (still not saved); MTC now sent immediately after asking for it, not after first stop; add svn_revision.h to avoid compile errors
git-svn-id: svn://localhost/ardour2/trunk@1138 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'svn_revision.h')
-rw-r--r--svn_revision.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/svn_revision.h b/svn_revision.h
new file mode 100644
index 0000000000..77f72965cd
--- /dev/null
+++ b/svn_revision.h
@@ -0,0 +1,4 @@
+#ifndef __ardour_svn_revision_h__
+#define __ardour_svn_revision_h__
+static const char* ardour_svn_revision = "1137";
+#endif