build-sys: Build libtpms v0.7.8

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
Stefan Berger 2021-06-23 13:10:04 -04:00 committed by Stefan Berger
parent 3d3f0a6ed2
commit c1fce830bf
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
#
# See the LICENSE file for the license associated with this file.
AC_INIT([libtpms], [0.7.7])
AC_INIT([libtpms], [0.7.8])
AC_PREREQ(2.12)
AC_CONFIG_SRCDIR(Makefile.am)
AC_CONFIG_AUX_DIR([.])

2
dist/libtpms.spec vendored
View File

@ -1,7 +1,7 @@
# --- libtpm rpm-spec ---
%define name libtpms
%define version 0.7.7
%define version 0.7.8
%define release 0
# Valid crypto subsystems are 'freebl' and 'openssl'

View File

@ -50,7 +50,7 @@ extern "C" {
#define TPM_LIBRARY_VER_MAJOR 0
#define TPM_LIBRARY_VER_MINOR 7
#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 ))