From 5be97faf9da0cf512e347a9e55c57c5f52605ced Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Sun, 18 Feb 2024 22:09:08 -0300 Subject: [PATCH] Non-tagged --- 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 1f983eb65c..63f262aeee 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