From bdd9a771f701a26f2bc4dfb3e6256d297eb8be83 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Fri, 15 Nov 2024 08:06:50 -0500 Subject: [PATCH] build-sys: Build libtpms v0.11.0 Signed-off-by: Stefan Berger --- configure.ac | 2 +- dist/libtpms.spec | 2 +- include/libtpms/tpm_library.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 6fe0b217..1b2d6d6c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # # See the LICENSE file for the license associated with this file. -AC_INIT([libtpms],[0.10.0]) +AC_INIT([libtpms],[0.11.0]) AC_PREREQ([2.69]) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_AUX_DIR([.]) diff --git a/dist/libtpms.spec b/dist/libtpms.spec index 6d8c215c..71ee518f 100644 --- a/dist/libtpms.spec +++ b/dist/libtpms.spec @@ -1,7 +1,7 @@ # --- libtpm rpm-spec --- %define name libtpms -%define version 0.10.0 +%define version 0.11.0 %define release 0~dev1 # Valid crypto subsystems are 'freebl' and 'openssl' diff --git a/include/libtpms/tpm_library.h b/include/libtpms/tpm_library.h index 902ad934..d5406b0e 100644 --- a/include/libtpms/tpm_library.h +++ b/include/libtpms/tpm_library.h @@ -49,7 +49,7 @@ extern "C" { #endif #define TPM_LIBRARY_VER_MAJOR 0 -#define TPM_LIBRARY_VER_MINOR 10 +#define TPM_LIBRARY_VER_MINOR 11 #define TPM_LIBRARY_VER_MICRO 0 #define TPM_LIBRARY_VERSION_GEN(MAJ, MIN, MICRO) \