From cb0a70f451545441eb2064b3460e36252ed4c7ef Mon Sep 17 00:00:00 2001 From: VerstreuteSeele Date: Sun, 18 Dec 2022 22:48:40 +0100 Subject: [PATCH] last automation fixes --- fbt_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbt_options.py b/fbt_options.py index 979ac5a54..1552106be 100644 --- a/fbt_options.py +++ b/fbt_options.py @@ -14,7 +14,7 @@ DEBUG = 0 # Suffix to add to files when building distribution # If OS environment has DIST_SUFFIX set, it will be used instead -DIST_SUFFIX = "CC_CL-0010" +DIST_SUFFIX = "CC_CL-0011" # Coprocessor firmware COPRO_OB_DATA = "scripts/ob.data"