2013-09-25 04:29:07 +02:00
|
|
|
// Filled in by the build system
|
|
|
|
// Separated from cmake_config.h to avoid excessive rebuilds on every commit
|
|
|
|
|
|
|
|
#ifndef CMAKE_CONFIG_GITHASH_H
|
|
|
|
#define CMAKE_CONFIG_GITHASH_H
|
|
|
|
|
2015-02-27 18:05:29 -05:00
|
|
|
#define VERSION_GITHASH "@VERSION_GITHASH@"
|
2013-09-25 04:29:07 +02:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|