Include backtrace in error message when LuaErrors occur
[minetest-c55.git] / src / cmake_config_githash.h.in
blobc72960c9f813b3dcc962baf91f47c47187ead0b9
1 // Filled in by the build system
2 // Separated from cmake_config.h to avoid excessive rebuilds on every commit
4 #ifndef CMAKE_CONFIG_GITHASH_H
5 #define CMAKE_CONFIG_GITHASH_H
7 #define VERSION_GITHASH "@VERSION_GITHASH@"
9 #endif