From db6be1314d55c3e24916e4f38caccbcd24222e42 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Fri, 22 Nov 2024 11:43:02 -0500 Subject: [PATCH] build-sys: Build swtpm-0.10.1 Signed-off-by: Stefan Berger --- configure.ac | 2 +- swtpm.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 76f35011c..188b1a2a5 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ # This file is derived from tpm-tool's configure.in. # -AC_INIT([swtpm],[0.10.0]) +AC_INIT([swtpm],[0.10.1]) AC_PREREQ([2.69]) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_HEADERS([config.h]) diff --git a/swtpm.spec b/swtpm.spec index 297f652c8..df5ada1cb 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -8,7 +8,7 @@ Summary: TPM Emulator Name: swtpm -Version: 0.10.0 +Version: 0.10.1 Release: 1%{?dist} License: BSD-3-Clause Url: https://github.com/stefanberger/swtpm