Skip to content

Commit

Permalink
tagging another minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Mar 31, 2024
1 parent 1db5a38 commit de5c1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlib/CMakeLists.txt
Expand Up @@ -18,7 +18,7 @@ project(dlib)
set(CPACK_PACKAGE_NAME "dlib")
set(CPACK_PACKAGE_VERSION_MAJOR "19")
set(CPACK_PACKAGE_VERSION_MINOR "24")
set(CPACK_PACKAGE_VERSION_PATCH "99")
set(CPACK_PACKAGE_VERSION_PATCH "4")
set(VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
# Only print these messages once, even if dlib is added multiple times via add_subdirectory()
if (NOT TARGET dlib)
Expand Down

0 comments on commit de5c1c8

Please sign in to comment.