Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a2eec6a

Browse files
committedAug 1, 2024
just to tag v19.24.5
1 parent c236460 commit a2eec6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎dlib/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ project(dlib)
1818
set(CPACK_PACKAGE_NAME "dlib")
1919
set(CPACK_PACKAGE_VERSION_MAJOR "19")
2020
set(CPACK_PACKAGE_VERSION_MINOR "24")
21-
set(CPACK_PACKAGE_VERSION_PATCH "99")
21+
set(CPACK_PACKAGE_VERSION_PATCH "5")
2222
set(VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
2323
# Only print these messages once, even if dlib is added multiple times via add_subdirectory()
2424
if (NOT TARGET dlib)

0 commit comments

Comments
 (0)
Failed to load comments.