diff options
| author | wangli28 <47812810+wangli28@users.noreply.github.com> | 2019-07-07 15:29:23 +0800 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-07 00:29:23 -0700 |
| commit | 46e5414ce0e977c37f4f44643d7ef273fbee8d88 (patch) | |
| tree | 5854c7f5dbd01019ea9cd416e56d092d0d1e8404 /ports/botan/CONTROL | |
| parent | 6f15f897b9635112b624c384e62254963851d04e (diff) | |
| download | vcpkg-46e5414ce0e977c37f4f44643d7ef273fbee8d88.tar.gz vcpkg-46e5414ce0e977c37f4f44643d7ef273fbee8d88.zip | |
[botan] Fix build error C2039 with Visual Studio 2019 and C++17 (#7140)
Diffstat (limited to 'ports/botan/CONTROL')
| -rw-r--r-- | ports/botan/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/botan/CONTROL b/ports/botan/CONTROL index 9221e7f66..48ee01549 100644 --- a/ports/botan/CONTROL +++ b/ports/botan/CONTROL @@ -1,4 +1,4 @@ Source: botan -Version: 2.9.0-1 +Version: 2.9.0-2 Homepage: https://botan.randombit.net Description: A cryptography library written in C++11 |
