Skip to content

Commit d855eef

Browse files
authored
Increase version number and update OpenSSL 3.5.8 (#139)
IB-9072 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent c7fe680 commit d855eef

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if(POLICY CMP0167)
44
cmake_policy(SET CMP0167 NEW)
55
endif()
66

7-
project(libcdoc VERSION 0.5.1)
7+
project(libcdoc VERSION 0.7.0)
88

99
macro(SET_ENV NAME DEF)
1010
if(DEFINED ENV{${NAME}})

vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"dependencies": [{ "name": "boost-test", "platform": "!ios & !android" }]
1919
}
2020
},
21-
"builtin-baseline": "67b5ee32c608c87971eed243d4bff140568ebe53",
21+
"builtin-baseline": "99e82d9c9f0b281ec11fba48cc8434574a2b6e66",
2222
"vcpkg-configuration": {
2323
"overlay-triplets": ["./vcpkg-triplets"],
2424
"registries": [
2525
{
2626
"kind": "git",
2727
"repository": "https://github.com/open-eid/vcpkg-ports",
2828
"reference": "vcpkg-registry",
29-
"baseline": "408ae35659d383cf5563a8d9ea943a81bba5c008",
29+
"baseline": "6daff78a7188881762bb2c6aef721b3c1f35edb7",
3030
"packages": ["openssl"]
3131
}
3232
]

0 commit comments

Comments
 (0)