Staging
v0.5.1
Revision 034d33653a9ba978bdc1481862bcb401cff074d9 authored by Jiang Xin on 30 October 2019, 06:02:22 UTC, committed by Jiang Xin on 30 October 2019, 06:02:22 UTC
* 'next' of github.com:ChrisADR/git-po:
  l10n: es: 2.24.0 round 2
2 parent s 1294a85 + 77200e9
Raw File
version.h
#ifndef VERSION_H
#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);

#endif /* VERSION_H */
back to top