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

Commit

Permalink
Prepare for Crypto++ 8.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
noloader committed Mar 19, 2021
1 parent f0d6fe1 commit c4f1511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cmake_minimum_required(VERSION 2.8.6)
if (${CMAKE_VERSION} VERSION_LESS "3.0.0")
project(cryptopp)
set(cryptopp_VERSION_MAJOR 8)
set(cryptopp_VERSION_MINOR 3)
set(cryptopp_VERSION_MINOR 5)
set(cryptopp_VERSION_PATCH 0)
else ()
cmake_policy(SET CMP0048 NEW)
Expand Down

0 comments on commit c4f1511

Please sign in to comment.