From 2289d12861ca58ada9d7903f23d9520a82dd41d9 Mon Sep 17 00:00:00 2001 From: JingyuYan Date: Fri, 5 Jul 2024 21:30:13 +0800 Subject: [PATCH] to114 --- 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 448467c4..5a7e798b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,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 3) +set(INSPIRE_FACE_VERSION_PATCH 4) # 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 63185a1e..c0b262fa 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 "3" +#define INSPIRE_FACE_VERSION_PATCH_STR "4" #endif //HYPERFACEREPO_INFORMATION_H diff --git a/cpp/inspireface/version.txt b/cpp/inspireface/version.txt index 0551400a..7cae29c9 100644 --- a/cpp/inspireface/version.txt +++ b/cpp/inspireface/version.txt @@ -1 +1 @@ -InspireFace Version: 1.1.3 +InspireFace Version: 1.1.4