Skip to content

Commit 5a97031

Browse files
committed
Created release v19.2
1 parent ccdb772 commit 5a97031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 "1")
17-
set(CPACK_PACKAGE_VERSION_PATCH "99")
16+
set(CPACK_PACKAGE_VERSION_MINOR "2")
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)