13 lines
333 B
C
13 lines
333 B
C
#ifndef SOURCETRAIL_VERSION_H
|
|
#define SOURCETRAIL_VERSION_H
|
|
|
|
// This file is (re-)generated when running CMake on this project.
|
|
|
|
#define INTERFACE_VERSION @INTERFACE_VERSION@
|
|
#define DATABASE_VERSION @DATABASE_VERSION@
|
|
#define PATCH_VERSION @PATCH_VERSION@
|
|
|
|
#define VERSION_STRING "@VERSION_STRING@"
|
|
|
|
#endif // SOURCETRAIL_VERSION_H
|