Skip to content

Commit

Permalink
Release version 0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Jan 18, 2024
1 parent 9ced563 commit 104c920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([pkcs11-provider], [0.2], [[email protected]])
AC_INIT([pkcs11-provider], [0.3], [[email protected]])
AC_CONFIG_SRCDIR([src/provider.c])
AC_CONFIG_HEADERS([src/config.h])
AM_INIT_AUTOMAKE([foreign dist-xz -Wall -Werror])
Expand Down
2 changes: 1 addition & 1 deletion packaging/pkcs11-provider.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%bcond_with gpgcheck

Name: pkcs11-provider
Version: 0.2
Version: 0.3
Release: 1%{?dist}
Summary: A PKCS#11 provider for OpenSSL 3.0+
License: Apache-2.0
Expand Down

0 comments on commit 104c920

Please sign in to comment.