Skip to content

Commit 6124442

Browse files
committed
Created release v18.18
1 parent eacfe67 commit 6124442

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
@@ -15,8 +15,8 @@ include(release_build_by_default)
1515
project(dlib)
1616

1717
set(CPACK_PACKAGE_VERSION_MAJOR "18")
18-
set(CPACK_PACKAGE_VERSION_MINOR "17")
19-
set(CPACK_PACKAGE_VERSION_PATCH "100")
18+
set(CPACK_PACKAGE_VERSION_MINOR "18")
19+
set(CPACK_PACKAGE_VERSION_PATCH "0")
2020
set(VERSION ${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH})
2121

2222
set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required

0 commit comments

Comments
 (0)