summaryrefslogtreecommitdiff
path: root/libs/midi++2/macosx/version.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2007-02-26 19:26:49 +0000
committerTaybin Rutkin <taybin@taybin.com>2007-02-26 19:26:49 +0000
commita793f76fbeb04a4dbff84e7f3ce941265e731d88 (patch)
tree9a3df891b33a526e9d68cb591086e3ed114354df /libs/midi++2/macosx/version.h
parent3f95dc7a08cfd81481ccb27c0d0b67c814e16779 (diff)
i18n MISSING
added version files and strreplace.cc to xcode projects for pbd and midi++. git-svn-id: svn://localhost/ardour2/trunk@1515 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/midi++2/macosx/version.h')
-rw-r--r--libs/midi++2/macosx/version.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/midi++2/macosx/version.h b/libs/midi++2/macosx/version.h
new file mode 100644
index 0000000000..7ff7d8ce10
--- /dev/null
+++ b/libs/midi++2/macosx/version.h
@@ -0,0 +1,7 @@
+#ifndef __midipp_version_h__
+#define __midipp_version_h__
+extern const char* midipp_revision;
+extern int midipp_major_version;
+extern int midipp_minor_version;
+extern int midipp_micro_version;
+#endif /* __midipp_version_h__ */