repo.or.cz
/
isl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
isl_tab_pip.c: fix typos
[isl.git]
/
isl_version.c
blob
1a59f55c186e19d5496c9aaedcc4533484412180
1
#include
"gitversion.h"
2
3
const char
*
isl_version
(
void
)
4
{
5
return
GIT_HEAD_ID
"
\n
"
;
6
}