From 4f28aa8d9f20a3dcbf7c86093496840fd34f5a33 Mon Sep 17 00:00:00 2001 From: Raul Metsma Date: Thu, 27 Aug 2026 15:36:53 +0300 Subject: [PATCH] Increase version number and update OpenSSL 3.5.8 IB-9072 Signed-off-by: Raul Metsma --- CMakeLists.txt | 2 +- vcpkg.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 657ea1cc..e11858a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(POLICY CMP0167) cmake_policy(SET CMP0167 NEW) endif() -project(libcdoc VERSION 0.5.1) +project(libcdoc VERSION 0.7.0) macro(SET_ENV NAME DEF) if(DEFINED ENV{${NAME}}) diff --git a/vcpkg.json b/vcpkg.json index f3866224..4a9953d9 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -18,7 +18,7 @@ "dependencies": [{ "name": "boost-test", "platform": "!ios & !android" }] } }, - "builtin-baseline": "67b5ee32c608c87971eed243d4bff140568ebe53", + "builtin-baseline": "99e82d9c9f0b281ec11fba48cc8434574a2b6e66", "vcpkg-configuration": { "overlay-triplets": ["./vcpkg-triplets"], "registries": [ @@ -26,7 +26,7 @@ "kind": "git", "repository": "https://github.com/open-eid/vcpkg-ports", "reference": "vcpkg-registry", - "baseline": "408ae35659d383cf5563a8d9ea943a81bba5c008", + "baseline": "6daff78a7188881762bb2c6aef721b3c1f35edb7", "packages": ["openssl"] } ]