From 6d520646bfa84cd71a8371d17f58721ca1946578 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Sat, 9 May 2020 19:29:44 -0400 Subject: [PATCH] build-sys: Build libtpms 0.6.2 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 b2e5bf23..1f3a674a 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.6.0]) +AC_INIT([libtpms], [0.6.2]) AC_PREREQ(2.12) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_AUX_DIR([.]) diff --git a/dist/libtpms.spec b/dist/libtpms.spec index c04dc144..79aee414 100644 --- a/dist/libtpms.spec +++ b/dist/libtpms.spec @@ -1,7 +1,7 @@ # --- libtpm rpm-spec --- %define name libtpms -%define version 0.6.0 +%define version 0.6.2 %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 96e1abc0..d9696966 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 6 -#define TPM_LIBRARY_VER_MICRO 0 +#define TPM_LIBRARY_VER_MICRO 2 #define TPM_LIBRARY_VERSION_GEN(MAJ, MIN, MICRO) \ (( MAJ << 16 ) | ( MIN << 8 ) | ( MICRO ))