From 330a70d4b5491125a2bbce6788211f7fb2b928eb Mon Sep 17 00:00:00 2001 From: tunm Date: Wed, 17 Jul 2024 08:48:20 +0800 Subject: [PATCH] update to 1.1.6 --- CMakeLists.txt | 2 +- cpp/inspireface/information.h | 2 +- cpp/inspireface/version.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87c7c076..a570bfe7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3") # Current version set(INSPIRE_FACE_VERSION_MAJOR 1) set(INSPIRE_FACE_VERSION_MINOR 1) -set(INSPIRE_FACE_VERSION_PATCH 5) +set(INSPIRE_FACE_VERSION_PATCH 6) # Converts the version number to a string string(CONCAT INSPIRE_FACE_VERSION_MAJOR_STR ${INSPIRE_FACE_VERSION_MAJOR}) diff --git a/cpp/inspireface/information.h b/cpp/inspireface/information.h index 3daa60e1..b1383e13 100644 --- a/cpp/inspireface/information.h +++ b/cpp/inspireface/information.h @@ -7,6 +7,6 @@ #define INSPIRE_FACE_VERSION_MAJOR_STR "1" #define INSPIRE_FACE_VERSION_MINOR_STR "1" -#define INSPIRE_FACE_VERSION_PATCH_STR "5" +#define INSPIRE_FACE_VERSION_PATCH_STR "6" #endif //HYPERFACEREPO_INFORMATION_H diff --git a/cpp/inspireface/version.txt b/cpp/inspireface/version.txt index 603ba41c..f8613247 100644 --- a/cpp/inspireface/version.txt +++ b/cpp/inspireface/version.txt @@ -1 +1 @@ -InspireFace Version: 1.1.5 +InspireFace Version: 1.1.6