blob: 1a59f55c186e19d5496c9aaedcc4533484412180 [file] [log] [blame]
#include "gitversion.h"
const char *isl_version(void)
{
return GIT_HEAD_ID"\n";
}