summaryrefslogtreecommitdiff
path: root/lib/library.c
blob: 69e898bab964da054888a7928ccfc61da322a132 (plain)
1
2
3
4
5
6
7
8
#include "version.h"

const char *bmVersion(void)
{
    return BM_VERSION;
}

/* vim: set ts=8 sw=4 tw=0 :*/