From 777abd2dd1d3bd45f9fb46d4b0e0eb663db64f3c Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Fri, 15 Oct 2021 12:28:46 -0400 Subject: [PATCH] build-sys: Build libtpms v0.8.8 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 180bcc00..5a637bce 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.8.7]) +AC_INIT([libtpms],[0.8.8]) AC_PREREQ([2.69]) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_AUX_DIR([.]) diff --git a/dist/libtpms.spec b/dist/libtpms.spec index 0aab02b2..3d9f3618 100644 --- a/dist/libtpms.spec +++ b/dist/libtpms.spec @@ -1,7 +1,7 @@ # --- libtpm rpm-spec --- %define name libtpms -%define version 0.8.7 +%define version 0.8.8 %define release 1 # Valid crypto subsystems are 'freebl' and 'openssl' diff --git a/include/libtpms/tpm_library.h b/include/libtpms/tpm_library.h index 30c5cee9..5cb5ddca 100644 --- a/include/libtpms/tpm_library.h +++ b/include/libtpms/tpm_library.h @@ -50,7 +50,7 @@ extern "C" { #define TPM_LIBRARY_VER_MAJOR 0 #define TPM_LIBRARY_VER_MINOR 8 -#define TPM_LIBRARY_VER_MICRO 7 +#define TPM_LIBRARY_VER_MICRO 8 #define TPM_LIBRARY_VERSION_GEN(MAJ, MIN, MICRO) \ (( MAJ << 16 ) | ( MIN << 8 ) | ( MICRO ))