isl_local_space_substitute_seq: take argument for the number of divs to modify
[platform/upstream/isl.git] / isl_version.c
1 #include "gitversion.h"
2
3 const char *isl_version(void)
4 {
5         return GIT_HEAD_ID"\n";
6 }