Skip to content

Commit 9713137

Browse files
author
Hernan Gatta
committed
libteec: bump version to 2.0.0
The addition of OCALL functionality breaks binary compatibility with existing applications by modifying the layout of certain structures. Section 3.1 of the GlobalPlatform TEE Client API specification does not mandate binary compatibility. As such, increase the version number for the library from 1.0.0 to 2.0.0. Signed-off-by: Hernan Gatta <hegatta@microsoft.com>
1 parent eddd4d8 commit 9713137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libteec/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(libteec C)
22

3-
set(PROJECT_VERSION "1.0.0")
3+
set(PROJECT_VERSION "2.0.0")
44

55
################################################################################
66
# Packages

libteec/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ all: libteec
99
################################################################################
1010
# Teec configuration
1111
################################################################################
12-
MAJOR_VERSION := 1
12+
MAJOR_VERSION := 2
1313
MINOR_VERSION := 0
1414
PATCH_VERSION := 0
1515
LIB_NAME := libteec.so

0 commit comments

Comments
 (0)