From 389ece17d5f3a2985f0d4fa8cea10580a975f908 Mon Sep 17 00:00:00 2001 From: Marco Cawthorne Date: Mon, 8 Aug 2022 09:35:00 -0700 Subject: [PATCH] build.cfg: BUILD_ENGINEREVISION to 6302 --- build.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cfg b/build.cfg index f2504761..0e930f6d 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=6301 +BUILD_ENGINEREVISION=6302 # Whether or not to run 'git pull' or 'svn up' before building a component BUILD_UPDATE=1