This commit is contained in:
mlangkabel
2018-11-30 16:16:31 +01:00
parent e105ac88ca
commit ea3abfc026
38 changed files with 187291 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
#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 COMMIT_VERSION @COMMIT_VERSION@
#define VERSION_STRING "@VERSION_STRING@"
#endif // SOURCETRAIL_VERSION_H