mirror of
https://github.com/stefanberger/libtpms
synced 2026-01-09 22:36:18 +00:00
build-sys: Build libtpms v0.10.0
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
This commit is contained in:
parent
435abf8cda
commit
9b76f24a07
@ -3,7 +3,7 @@
|
||||
#
|
||||
# See the LICENSE file for the license associated with this file.
|
||||
|
||||
AC_INIT([libtpms],[0.9.1])
|
||||
AC_INIT([libtpms],[0.10.0])
|
||||
AC_PREREQ([2.69])
|
||||
AC_CONFIG_SRCDIR(Makefile.am)
|
||||
AC_CONFIG_AUX_DIR([.])
|
||||
|
||||
2
dist/libtpms.spec
vendored
2
dist/libtpms.spec
vendored
@ -1,7 +1,7 @@
|
||||
# --- libtpm rpm-spec ---
|
||||
|
||||
%define name libtpms
|
||||
%define version 0.9.1
|
||||
%define version 0.10.0
|
||||
%define release 0~dev1
|
||||
|
||||
# Valid crypto subsystems are 'freebl' and 'openssl'
|
||||
|
||||
@ -49,8 +49,8 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#define TPM_LIBRARY_VER_MAJOR 0
|
||||
#define TPM_LIBRARY_VER_MINOR 9
|
||||
#define TPM_LIBRARY_VER_MICRO 1
|
||||
#define TPM_LIBRARY_VER_MINOR 10
|
||||
#define TPM_LIBRARY_VER_MICRO 0
|
||||
|
||||
#define TPM_LIBRARY_VERSION_GEN(MAJ, MIN, MICRO) \
|
||||
(( MAJ << 16 ) | ( MIN << 8 ) | ( MICRO ))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user