swh:1:snp:6df5a50b8107b6bbe1e51d0239d816a7503c536a
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