summaryrefslogtreecommitdiff
path: root/lib/library.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/library.c')
-rw-r--r--lib/library.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/library.c b/lib/library.c
new file mode 100644
index 0000000..69e898b
--- /dev/null
+++ b/lib/library.c
@@ -0,0 +1,8 @@
+#include "version.h"
+
+const char *bmVersion(void)
+{
+ return BM_VERSION;
+}
+
+/* vim: set ts=8 sw=4 tw=0 :*/