Skip to content

Commit

Permalink
to114
Browse files Browse the repository at this point in the history
  • Loading branch information
tunmx committed Jul 5, 2024
1 parent 5791a8e commit 2289d12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down
2 changes: 1 addition & 1 deletion cpp/inspireface/information.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cpp/inspireface/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
InspireFace Version: 1.1.3
InspireFace Version: 1.1.4

0 comments on commit 2289d12

Please sign in to comment.