From e828ae58a1f6790f275adec73a3b3ff6f688fc2f Mon Sep 17 00:00:00 2001 From: kaicardenas2 <150625530+kaicardenas2@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:20:10 -0500 Subject: [PATCH] Non-Tagged Release (#4109) --- 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 42af988a19..7e6cf52b26 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