We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccdb772 commit 5a97031Copy full SHA for 5a97031
dlib/CMakeLists.txt
@@ -13,8 +13,8 @@ include(cmake_utils/use_cpp_11.cmake)
13
14
15
set(CPACK_PACKAGE_VERSION_MAJOR "19")
16
-set(CPACK_PACKAGE_VERSION_MINOR "1")
17
-set(CPACK_PACKAGE_VERSION_PATCH "99")
+set(CPACK_PACKAGE_VERSION_MINOR "2")
+set(CPACK_PACKAGE_VERSION_PATCH "0")
18
set(VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
19
# Set DLIB_VERSION in the including CMake file so they can use it to do whatever they want.
20
get_directory_property(has_parent PARENT_DIRECTORY)
0 commit comments