mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-09 02:16:41 +00:00
13 lines
358 B
C
13 lines
358 B
C
/*
|
|
* the configured options and settings for CCExtractor
|
|
*/
|
|
|
|
#ifndef CCX_CCEXTRACTOR_COMPILE_REAL_H
|
|
#define CCX_CCEXTRACTOR_COMPILE_REAL_H
|
|
#define GIT_COMMIT "@GIT_COMMIT_HASH@"
|
|
#define COMPILE_DATE "@COMPILATION_DATE@"
|
|
#endif
|
|
|
|
#define CCExtractor_VERSION_MAJOR "@CCEXTRACTOR_VERSION_MAJOR@"
|
|
#define CCExtractor_VERSION_MINOR "@CCEXTRACTOR_VERSION_MINOR@"
|