We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8dcd2 commit 3a4fdd2Copy full SHA for 3a4fdd2
meson.build
@@ -1,6 +1,6 @@
1
project(
2
'pkcs11-provider', 'c',
3
- version: '0.4',
+ version: '0.5',
4
meson_version: '>= 0.57',
5
default_options: ['c_std=c11'],
6
)
packaging/pkcs11-provider.spec
@@ -2,7 +2,7 @@
%bcond_with gpgcheck
Name: pkcs11-provider
-Version: 0.4
+Version: 0.5
Release: %autorelease
7
Summary: A PKCS#11 provider for OpenSSL 3.0+
8
License: Apache-2.0
0 commit comments