From 1187e6ee32215fc4a7178896e401470232e00b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ag=C3=BCero?= Date: Thu, 27 Aug 2020 14:48:32 +0200 Subject: [PATCH] Fix version numbers in config.hh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Agüero --- include/ignition/sensors/config.hh.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ignition/sensors/config.hh.in b/include/ignition/sensors/config.hh.in index 14b69ffb..fee36ae3 100644 --- a/include/ignition/sensors/config.hh.in +++ b/include/ignition/sensors/config.hh.in @@ -1,9 +1,9 @@ /* Config.hh. Generated by CMake for @PROJECT_NAME_NO_VERSION@. */ /* Version number */ -#define IGNITION_SENSORS_MAJOR_VERSION ${PROJECT_MAJOR_VERSION} -#define IGNITION_SENSORS_MINOR_VERSION ${PROJECT_MINOR_VERSION} -#define IGNITION_SENSORS_PATCH_VERSION ${PROJECT_PATCH_VERSION} +#define IGNITION_SENSORS_MAJOR_VERSION ${PROJECT_VERSION_MAJOR} +#define IGNITION_SENSORS_MINOR_VERSION ${PROJECT_VERSION_MINOR} +#define IGNITION_SENSORS_PATCH_VERSION ${PROJECT_VERSION_PATCH} #define IGNITION_SENSORS_VERSION "${PROJECT_VERSION}" #define IGNITION_SENSORS_VERSION_FULL "${PROJECT_VERSION_FULL}"