From 043fc1e390de08f5514beea96321bd310ceadc76 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Sat, 2 Oct 2021 21:23:51 +0200 Subject: [PATCH] build.cfg: Set BUILD_ENGINEREVISION to 6063 --- build.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cfg b/build.cfg index f04b4d9c..905637b8 100755 --- a/build.cfg +++ b/build.cfg @@ -26,7 +26,7 @@ BUILD_IQMTOOL=1 BUILD_IMGTOOL=1 # Specify which engine revision to build, these are considered 'stable'; 0 = latest -BUILD_ENGINEREVISION=6061 +BUILD_ENGINEREVISION=6063 # Whether or not to run 'git pull' or 'svn up' before building a component BUILD_UPDATE=1