Skip to content

Commit 0af9e7a

Browse files
committed
adjust head back to .99
1 parent de5c1c8 commit 0af9e7a

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 "4")
21+
set(CPACK_PACKAGE_VERSION_PATCH "99")
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)