From 6169f303887ba3eae3a632ec66854d0487df6771 Mon Sep 17 00:00:00 2001 From: Sarah GLINER Date: Fri, 26 Apr 2024 17:02:16 +0200 Subject: [PATCH] Makefile: Set flex version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9b2043b87..6a0768691 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ PATH_SLIP21_APP_LOAD_PARAMS = "LEDGER-Wallet policy" APPVERSION_M = 2 APPVERSION_N = 2 APPVERSION_P = 2 -APPVERSION_SUFFIX = # if not empty, appended at the end. Do not add a dash. +APPVERSION_SUFFIX = flex ifeq ($(APPVERSION_SUFFIX),) APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"