From 397d710073eae9ad282bc0df9482a41d621acde5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 25 Oct 2022 11:52:47 +0300 Subject: Allow omitting minor version number in semantic_version --- libbutl/openssl.txx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbutl/openssl.txx') diff --git a/libbutl/openssl.txx b/libbutl/openssl.txx index 01e854c..f55432d 100644 --- a/libbutl/openssl.txx +++ b/libbutl/openssl.txx @@ -105,6 +105,7 @@ namespace butl optional ver ( parse_semantic_version (string (s, b, e != string::npos ? e - b : e), + semantic_version::allow_build, "" /* build_separators */)); if (!ver) -- cgit v1.1