Skip to content

Commit

Permalink
Merge pull request #145 from HyperInspire/dev/patch-5
Browse files Browse the repository at this point in the history
Change the flag
  • Loading branch information
tunmx authored Jan 13, 2025
2 parents 1144d9b + 8c5b856 commit 53a437a
Showing 1 changed file with 1 addition and 1 deletion.
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 10)
set(INSPIRE_FACE_VERSION_PATCH 11)

# Converts the version number to a string
string(CONCAT INSPIRE_FACE_VERSION_MAJOR_STR ${INSPIRE_FACE_VERSION_MAJOR})
Expand Down

0 comments on commit 53a437a

Please sign in to comment.