From 8f6b94409d4872265076df310492da1e5f6abdf7 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 11 Feb 2025 12:45:03 -0500 Subject: [PATCH] Release Version 1.0 --- meson.build | 2 +- packaging/pkcs11-provider.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index 11321723..b50d1a30 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'pkcs11-provider', 'c', - version: '0.6', + version: '1.0', meson_version: '>= 0.57', default_options: ['c_std=c11'], ) diff --git a/packaging/pkcs11-provider.spec b/packaging/pkcs11-provider.spec index c67ea104..9e22db25 100644 --- a/packaging/pkcs11-provider.spec +++ b/packaging/pkcs11-provider.spec @@ -2,7 +2,7 @@ %bcond_with gpgcheck Name: pkcs11-provider -Version: 0.6 +Version: 1.0 Release: %autorelease Summary: A PKCS#11 provider for OpenSSL 3.0+ License: Apache-2.0