summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorSergio Prado <sergio.prado@toradex.com>2021-01-11 08:40:38 -0300
committerSergio Prado <sergio.prado@toradex.com>2021-01-11 08:40:38 -0300
commit4d0facfe7d7bc6a7bcfd8b7ca29c582c33f62397 (patch)
tree6d257e76550699735adae22683c8b9cd7e8ba23f /conf
parent48913ab629a231913e3e147e93e57f7cf6019ac6 (diff)
tdx-base.inc: Bump version number to 5.2.0
Signed-off-by: Sergio Prado <sergio.prado@toradex.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/include/tdx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/tdx-base.inc b/conf/distro/include/tdx-base.inc
index bf40ba1..59535a1 100644
--- a/conf/distro/include/tdx-base.inc
+++ b/conf/distro/include/tdx-base.inc
@@ -24,7 +24,7 @@ TDX_MATRIX_BUILD_TIME ?= "${DATETIME}"
TDX_MATRIX_BUILD_TIME[vardepsexclude] = "DATETIME"
TDX_PRERELEASE ?= "${@get_tdx_prerelease(d.getVar('TDX_PURPOSE'), d.getVar('TDX_MATRIX_BUILD_TIME'))}"
TDX_MAJOR ?= "5"
-TDX_MINOR ?= "1"
+TDX_MINOR ?= "2"
TDX_PATCH ?= "0"
TDX_RELEASE ?= "${TDX_MAJOR}.${TDX_MINOR}.${TDX_PATCH}"