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