Skip to content

Commit

Permalink
Merge pull request #80 from HyperInspire/dev/sys
Browse files Browse the repository at this point in the history
update to 1.1.6
  • Loading branch information
tunmx authored Jul 17, 2024
2 parents ee05001 + 330a70d commit 425a88a
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 @@ -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})
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 "5"
#define INSPIRE_FACE_VERSION_PATCH_STR "6"

#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.5
InspireFace Version: 1.1.6

0 comments on commit 425a88a

Please sign in to comment.