From: Stefan Berger Date: Wed, 2 Mar 2022 12:31:41 +0000 (-0500) Subject: build-sys: Build libtpms v0.9.3 X-Git-Tag: v0.9.3~4 X-Git-Url: https://git.proxmox.com/?p=libtpms.git;a=commitdiff_plain;h=0a11a6726dda6c88373ddfaee5eb78b10924f801 build-sys: Build libtpms v0.9.3 Signed-off-by: Stefan Berger --- diff --git a/configure.ac b/configure.ac index ea76130..4f7ef9e 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.9.2]) +AC_INIT([libtpms],[0.9.3]) AC_PREREQ([2.69]) AC_CONFIG_SRCDIR(Makefile.am) AC_CONFIG_AUX_DIR([.]) diff --git a/dist/libtpms.spec b/dist/libtpms.spec index b372a23..bca7cfe 100644 --- a/dist/libtpms.spec +++ b/dist/libtpms.spec @@ -1,7 +1,7 @@ # --- libtpm rpm-spec --- %define name libtpms -%define version 0.9.2 +%define version 0.9.3 %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 df7079d..181e226 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 9 -#define TPM_LIBRARY_VER_MICRO 2 +#define TPM_LIBRARY_VER_MICRO 3 #define TPM_LIBRARY_VERSION_GEN(MAJ, MIN, MICRO) \ (( MAJ << 16 ) | ( MIN << 8 ) | ( MICRO ))