7 lines
103 B
C
7 lines
103 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#define PROGRAM_VERSION "${project_version}"
|
||
|
|
||
|
#endif // ! CONFIG_H
|