repo.or.cz
/
minetest-c55.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Include backtrace in error message when LuaErrors occur
[minetest-c55.git]
/
src
/
cmake_config_githash.h.in
blob
c72960c9f813b3dcc962baf91f47c47187ead0b9
1
// Filled in by the build system
2
// Separated from cmake_config.h to avoid excessive rebuilds on every commit
3
4
#ifndef CMAKE_CONFIG_GITHASH_H
5
#define CMAKE_CONFIG_GITHASH_H
6
7
#define VERSION_GITHASH
"@VERSION_GITHASH@"
8
9
#endif
10