From acad626c076cf3d18128c5b68e76bcfad57ea176 Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 21 Feb 2017 22:01:28 -0500 Subject: [PATCH] Created release v19.3 --- dlib/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlib/CMakeLists.txt b/dlib/CMakeLists.txt index 313d94fca..6aadc0152 100644 --- a/dlib/CMakeLists.txt +++ b/dlib/CMakeLists.txt @@ -13,8 +13,8 @@ include(cmake_utils/use_cpp_11.cmake) set(CPACK_PACKAGE_VERSION_MAJOR "19") -set(CPACK_PACKAGE_VERSION_MINOR "2") -set(CPACK_PACKAGE_VERSION_PATCH "99") +set(CPACK_PACKAGE_VERSION_MINOR "3") +set(CPACK_PACKAGE_VERSION_PATCH "0") 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)