From 905074f2cab720bf148c360bc84a56b8596b36c4 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 17 Apr 2018 22:50:54 -0400 Subject: [PATCH] updated patch version to 99 --- dlib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/CMakeLists.txt b/dlib/CMakeLists.txt index 9f3f0eb02..7a544a913 100644 --- a/dlib/CMakeLists.txt +++ b/dlib/CMakeLists.txt @@ -22,7 +22,7 @@ include(cmake_utils/use_cpp_11.cmake) set(CPACK_PACKAGE_VERSION_MAJOR "19") set(CPACK_PACKAGE_VERSION_MINOR "10") -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}) # Set DLIB_VERSION in the including CMake file so they can use it to do whatever they want. get_directory_property(has_parent PARENT_DIRECTORY)