#include "version.h"

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

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