From 65797ee4f157a893d9dd23525e87cc4ef2fc6ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 26 Oct 2020 13:52:55 +0100 Subject: Bump minimum CMake version to 3.0 A nice, round number. This allows us to remove some boilerplate. --- termo-config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'termo-config.h.in') 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 -- cgit v1.2.3