Skip to content

Commit

Permalink
Release version 0.4
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed May 21, 2024
1 parent 627be9f commit d8e2823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'pkcs11-provider', 'c',
version: '0.3',
version: '0.4',
meson_version: '>= 0.57',
default_options: ['c_std=c11'],
)
Expand Down
10 changes: 3 additions & 7 deletions packaging/pkcs11-provider.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -72,8 +72,4 @@ compatible to previous versions as well.


%changelog
* Mon Jul 10 2023 Sahana Prasad <[email protected]> - 0.2-1
+ New upstream release

* Mon Oct 24 2022 Jakub Jelen <[email protected]> - 0.1-1
+ Initial Fedora release
%autochangelog

0 comments on commit d8e2823

Please sign in to comment.