diff --git a/meson.build b/meson.build index 80980ac8..b3912cb4 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'pkcs11-provider', 'c', - version: '0.5', + version: '0.6', meson_version: '>= 0.57', default_options: ['c_std=c11'], ) diff --git a/packaging/pkcs11-provider.spec b/packaging/pkcs11-provider.spec index 5fe18a8f..c67ea104 100644 --- a/packaging/pkcs11-provider.spec +++ b/packaging/pkcs11-provider.spec @@ -2,7 +2,7 @@ %bcond_with gpgcheck Name: pkcs11-provider -Version: 0.5 +Version: 0.6 Release: %autorelease Summary: A PKCS#11 provider for OpenSSL 3.0+ License: Apache-2.0