Staging
v0.5.1
https://github.com/git/git
Raw File
Tip revision: 2a9a19e1b160c8c63c470d4c236d65709214a66f authored by Junio C Hamano on 15 August 2012, 20:46:16 UTC
Git 1.7.12-rc3
Tip revision: 2a9a19e
version.h
#ifndef VERSION_H
#define VERSION_H

extern const char git_version_string[];

const char *git_user_agent(void);

#endif /* VERSION_H */
back to top