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