Record last changeset and set PATCH version to 99

This commit is contained in:
Davis King 2020-08-08 15:30:37 -04:00
parent 9117bd7843
commit 02e70ce3ca
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ project(dlib)
set(CPACK_PACKAGE_NAME "dlib")
set(CPACK_PACKAGE_VERSION_MAJOR "19")
set(CPACK_PACKAGE_VERSION_MINOR "21")
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 @@
610aa6349acfd3c622e1c147c383231a1c25260f
2e64bdd4494e85c5e0d6cd937abf26279869f6f2