Record last changeset and set PATCH version to 99

This commit is contained in:
Davis King 2018-09-29 09:05:19 -04:00
parent 3c3b397f0a
commit 9b82f4b0f6
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ project(dlib)
set(CPACK_PACKAGE_NAME "dlib")
set(CPACK_PACKAGE_VERSION_MAJOR "19")
set(CPACK_PACKAGE_VERSION_MINOR "16")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VERSION_PATCH "99")
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)

View File

@ -1 +1 @@
8d356168c13d
192f7235a850