Forgot to disable EXPANSION_TAGGED_RELEASE

This commit is contained in:
Eduardo Quezada 2023-12-18 16:27:12 -03:00
parent 1ec0333432
commit ce03d49d35

View file

@ -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