summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/tdx_version.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/tdx_version.conf b/conf/tdx_version.conf
index 8f4f071..c59b55e 100644
--- a/conf/tdx_version.conf
+++ b/conf/tdx_version.conf
@@ -1,9 +1,9 @@
# These variables are used to set image, kernel and U-Boot versions
TDX_VERMAJOR = "2"
-TDX_VERMINIOR = "7"
-TDX_VERBETA = "b5"
-TDX_VERPATCH = "5"
+TDX_VERMINIOR = "8"
+TDX_VERBETA = "b1"
+TDX_VERPATCH = "1"
TDX_VERNIGHTLY ?= ""
TDX_VERDATE ?= "-${DATE}"
TDX_VERDATE[vardepsexclude] = "DATE"