version.hon commit move git_version_string into version.c (816fb46)
   1#ifndef VERSION_H
   2#define VERSION_H
   3
   4extern const char git_version_string[];
   5
   6#endif /* VERSION_H */