From 34a859755d1e34f53bcdeda66004adbffc9b87b8 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Mon, 2 Dec 2024 12:18:58 -0500 Subject: [PATCH] build-sys: Bump up version to 0.11.0 at beginning of dev cycle 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..af88c4b30 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.11.0]) AC_PREREQ([2.69]) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_HEADERS([config.h]) diff --git a/swtpm.spec b/swtpm.spec index 297f652c8..aa4fabf59 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -8,7 +8,7 @@ Summary: TPM Emulator Name: swtpm -Version: 0.10.0 +Version: 0.11.0 Release: 1%{?dist} License: BSD-3-Clause Url: https://github.com/stefanberger/swtpm