From 581332bac13b3d3d02a8096671cc2f7b1379928a Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 7 Mar 2017 17:18:27 -0500 Subject: [PATCH] Created release v19.4 --- dlib/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlib/CMakeLists.txt b/dlib/CMakeLists.txt index 8f144ccaf..ec33149de 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 "3") -set(CPACK_PACKAGE_VERSION_PATCH "99") +set(CPACK_PACKAGE_VERSION_MINOR "4") +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)