From d8e2823bee2268782ec70036618622ee7e87749e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 21 May 2024 13:12:59 -0400 Subject: [PATCH] Release version 0.4 Signed-off-by: Simo Sorce --- meson.build | 2 +- packaging/pkcs11-provider.spec | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/meson.build b/meson.build index 105bdefc..a1836ec7 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'pkcs11-provider', 'c', - version: '0.3', + version: '0.4', meson_version: '>= 0.57', default_options: ['c_std=c11'], ) diff --git a/packaging/pkcs11-provider.spec b/packaging/pkcs11-provider.spec index f23b519f..b6f524ec 100644 --- a/packaging/pkcs11-provider.spec +++ b/packaging/pkcs11-provider.spec @@ -2,8 +2,8 @@ %bcond_with gpgcheck Name: pkcs11-provider -Version: 0.3 -Release: 1%{?dist} +Version: 0.4 +Release: %autorelease Summary: A PKCS#11 provider for OpenSSL 3.0+ License: Apache-2.0 URL: https://github.com/latchset/pkcs11-provider @@ -72,8 +72,4 @@ compatible to previous versions as well. %changelog -* Mon Jul 10 2023 Sahana Prasad - 0.2-1 -+ New upstream release - -* Mon Oct 24 2022 Jakub Jelen - 0.1-1 -+ Initial Fedora release +%autochangelog