Skip to content

Commit a57b565

Browse files
committed
Created release v19.1
1 parent af983d8 commit a57b565

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dlib/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ include(cmake_utils/use_cpp_11.cmake)
1313

1414

1515
set(CPACK_PACKAGE_VERSION_MAJOR "19")
16-
set(CPACK_PACKAGE_VERSION_MINOR "0")
17-
set(CPACK_PACKAGE_VERSION_PATCH "99")
16+
set(CPACK_PACKAGE_VERSION_MINOR "1")
17+
set(CPACK_PACKAGE_VERSION_PATCH "0")
1818
set(VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
1919
# Set DLIB_VERSION in the including CMake file so they can use it to do whatever they want.
2020
get_directory_property(has_parent PARENT_DIRECTORY)

0 commit comments

Comments
 (0)