Skip to content

Commit 986889d

Browse files
committed
make a new dlib version to get us cmake installer instructions for python users
1 parent aba96b5 commit 986889d

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 "6")
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)