We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af983d8 commit a57b565Copy full SHA for a57b565
1 file changed
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 "0")
17
-set(CPACK_PACKAGE_VERSION_PATCH "99")
+set(CPACK_PACKAGE_VERSION_MINOR "1")
+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