From 93bd41c505cf54dc1ecef6c963df347b9f4abf6d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 22 Nov 2024 12:26:07 -0500 Subject: [PATCH] Release version 0.6 Signed-off-by: Simo Sorce --- meson.build | 2 +- packaging/pkcs11-provider.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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