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