From 31f5fc01193d20878c0d9d175ead0cfbcce385c7 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Mon, 10 Jan 2022 17:55:18 -0800 Subject: [PATCH] build.cfg: Bump BUILD_ENGINEREVISION to 6148 --- build.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cfg b/build.cfg index 5043f438..399a2893 100644 --- a/build.cfg +++ b/build.cfg @@ -32,7 +32,7 @@ BUILD_IQMTOOL=1 BUILD_IMGTOOL=1 # Specify which engine revision to build, these are considered 'stable'; 0 = latest -BUILD_ENGINEREVISION=6131 +BUILD_ENGINEREVISION=6148 # Whether or not to run 'git pull' or 'svn up' before building a component BUILD_UPDATE=1