1#include "gitversion.h"
2
3const char *isl_version(void)
4{
5	return GIT_HEAD_ID"\n";
6}
7