Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d6c413398ce5f3c1236fa5f0187f27ddfb6256a (plain)
1
2
3
4
5
6
#ifndef VERSION_H
#define VERSION_H

extern const char git_version_string[];

#endif /* VERSION_H */