2012-06-02 20:51:42 +02:00
|
|
|
#ifndef VERSION_H
|
|
|
|
#define VERSION_H
|
|
|
|
|
|
|
|
extern const char git_version_string[];
|
2017-12-15 00:34:38 +01:00
|
|
|
extern const char git_built_from_commit_string[];
|
2012-06-02 20:51:42 +02:00
|
|
|
|
2012-06-02 21:01:12 +02:00
|
|
|
const char *git_user_agent(void);
|
2012-08-03 18:19:16 +02:00
|
|
|
const char *git_user_agent_sanitized(void);
|
2012-06-02 21:01:12 +02:00
|
|
|
|
2012-06-02 20:51:42 +02:00
|
|
|
#endif /* VERSION_H */
|