repo.or.cz
/
git
/
gitster.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Hopefully the final batch before 2.48-rc1
[git/gitster.git]
/
version-def.h.in
blob
347995df0611e19428cf96ec9539f0dcfea999d2
1
#ifndef VERSION_DEF_H
2
#define VERSION_DEF_H
3
4
#define GIT_VERSION
"@GIT_VERSION@"
5
#define GIT_BUILT_FROM_COMMIT
"@GIT_BUILT_FROM_COMMIT@"
6
#define GIT_USER_AGENT
"@GIT_USER_AGENT@"
7
8
#endif
/* VERSION_DEF_H */