From ce03d49d35d76da01fbee34121397c481119909f Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Mon, 18 Dec 2023 16:27:12 -0300 Subject: [PATCH] Forgot to disable EXPANSION_TAGGED_RELEASE --- include/constants/expansion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constants/expansion.h b/include/constants/expansion.h index b6add1618e..872e5bbd34 100644 --- a/include/constants/expansion.h +++ b/include/constants/expansion.h @@ -7,6 +7,6 @@ // FALSE if this this version of Expansion is not a tagged commit, i.e. // it contains unreleased changes. -#define EXPANSION_TAGGED_RELEASE TRUE +#define EXPANSION_TAGGED_RELEASE FALSE #endif