diff options
Diffstat (limited to 'termo-config.h.in')
-rw-r--r-- | termo-config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/termo-config.h.in b/termo-config.h.in index 780927a..568c0b6 100644 --- a/termo-config.h.in +++ b/termo-config.h.in @@ -1,8 +1,8 @@ #ifndef TERMO_CONFIG_H #define TERMO_CONFIG_H -#define TERMO_VERSION_MAJOR @project_VERSION_MAJOR@ -#define TERMO_VERSION_MINOR @project_VERSION_MINOR@ +#define TERMO_VERSION_MAJOR @PROJECT_VERSION_MAJOR@ +#define TERMO_VERSION_MINOR @PROJECT_VERSION_MINOR@ #endif // ! TERMO_CONFIG_H |