From 0a40cd15d160b9cfc2863114c7a7c113dcfd116a Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Thu, 28 Dec 2023 19:54:06 -0300 Subject: [PATCH] Non-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 71072b9999..020a76664c 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