9 lines
181 B
C
9 lines
181 B
C
|
#ifndef TERMO_CONFIG_H
|
||
|
#define TERMO_CONFIG_H
|
||
|
|
||
|
#define TERMO_VERSION_MAJOR @project_VERSION_MAJOR@
|
||
|
#define TERMO_VERSION_MINOR @project_VERSION_MINOR@
|
||
|
|
||
|
#endif // ! TERMO_CONFIG_H
|
||
|
|