git_version.c 99 B

1234
  1. const char GIT_Version[] = "git:v4.3.3";
  2. const char *git_version(void) {
  3. return GIT_Version;
  4. }