We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd3960 commit 864c564Copy full SHA for 864c564
Yubico.NativeShims/CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.13)
2
-project(Yubico.NativeShims VERSION 1.11.0)
+project(Yubico.NativeShims VERSION 1.12)
3
include(CheckCCompilerFlag)
4
5
if (APPLE OR UNIX)
Yubico.NativeShims/vcpkg.json
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "yubico-nativeshims",
- "version": "1.11.0",
+ "version": "1.12.0",
"dependencies": [
6
"openssl"
7
]
0 commit comments