From ec376d7110345c738ab559e69e206bb0acb8aa4d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 5 Jun 2024 09:13:55 -0400 Subject: [PATCH] Release version 0.5 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 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