X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=version.h;h=7c62e80577154d79bec050424945eb500d262a0f;hb=e7e80778e705ea3f9332c634781d6d0f8c6eab64;hp=6911a4f1558de0c0d0b880a5b859925869a3e86e;hpb=8d61f0f07d078f4ea05d0b70511b0c8c39d8e863;p=git-core%2Fgit.git diff --git a/version.h b/version.h index 6911a4f15..7c62e8057 100644 --- a/version.h +++ b/version.h @@ -2,6 +2,7 @@ #define VERSION_H extern const char git_version_string[]; +extern const char git_built_from_commit_string[]; const char *git_user_agent(void); const char *git_user_agent_sanitized(void);