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