summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-06-14 15:52:32 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-06-14 15:52:32 +0200
commit469a620c239f200f374468d15f538fda777ea041 (patch)
tree7e421511ffa2553d120dfb4c5bd80eb312dcab34
parent362865913ed40f6cadeaf9111cf83269dc111248 (diff)
tdx_version: increment rocko version to 2.8.8rocko
Relates-to: ELB-2665 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@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 3729833..fdc0b2d 100644
--- a/conf/tdx_version.conf
+++ b/conf/tdx_version.conf
@@ -3,8 +3,8 @@
TDX_VERMAJOR = "2"
TDX_VERMINOR = "8"
-TDX_VERBETA = "b7"
-TDX_VERPATCH = "7"
+TDX_VERBETA = "b8"
+TDX_VERPATCH = "8"
TDX_BUILDNB ?= ""
TDX_VERNIGHTLY ?= ""
TDX_VERDATE ?= "-${DATE}"