Skip to content

Commit

Permalink
tag v19.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed May 14, 2023
1 parent e2a0c3d commit 39749fb
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 "2")
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 39749fb

Please sign in to comment.