65797ee4f1
A nice, round number. This allows us to remove some boilerplate.
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
|
|
|