Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Update version to 7.0.0 in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Beier committed Apr 26, 2018
1 parent aab1499 commit 649f44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ if (NOT CMAKE_CONFIGURATION_TYPES AND
set(CMAKE_BUILD_TYPE RelWithDebInfo)
endif ()

set(cryptopp_VERSION_MAJOR 6)
set(cryptopp_VERSION_MINOR 1)
set(cryptopp_VERSION_MAJOR 7)
set(cryptopp_VERSION_MINOR 0)
set(cryptopp_VERSION_PATCH 0)

include(GNUInstallDirs)
Expand Down

0 comments on commit 649f44c

Please sign in to comment.