summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-11-22 16:06:54 +0100
committerPhilippe Schenker <philippe.schenker@toradex.com>2021-11-22 18:31:54 +0100
commitb6757e14530526f8b875eb898b34f4c19e2f0139 (patch)
tree9014adb3e28924e063ecbe01cbe0e61fd678e252
parent469a620c239f200f374468d15f538fda777ea041 (diff)
tdx_version: increment rocko version to 2.8.9rocko-next
Related-to: ELB-4183 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
-rw-r--r--conf/tdx_version.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/tdx_version.conf b/conf/tdx_version.conf
index fdc0b2d..2be76ab 100644
--- a/conf/tdx_version.conf
+++ b/conf/tdx_version.conf
@@ -3,8 +3,8 @@
TDX_VERMAJOR = "2"
TDX_VERMINOR = "8"
-TDX_VERBETA = "b8"
-TDX_VERPATCH = "8"
+TDX_VERBETA = "b9"
+TDX_VERPATCH = "9"
TDX_BUILDNB ?= ""
TDX_VERNIGHTLY ?= ""
TDX_VERDATE ?= "-${DATE}"