version.c 85 Bytes Raw Blame History Permalink 1 2 3 4 5 6 #include "gitversion.h" const char *ppcg_version(void) { return GIT_HEAD_ID"\n"; }