forked from OSchip/llvm-project
7 lines
85 B
C
7 lines
85 B
C
|
#include "gitversion.h"
|
||
|
|
||
|
const char *ppcg_version(void)
|
||
|
{
|
||
|
return GIT_HEAD_ID"\n";
|
||
|
}
|