- Compiler segfault for invalid e-mails in project.json. #2488

- `env::PROJECT_VERSION` now returns the version in project.json.
This commit is contained in:
Christoffer Lerno
2025-09-18 10:58:15 +02:00
parent 35270fb0bf
commit c5e3a1b2da
5 changed files with 6 additions and 2 deletions

View File

@@ -206,5 +206,6 @@ macro bool os_is_posix() @const
}
const String[] AUTHORS = $$AUTHORS;
const String[] AUTHOR_EMAILS = $$AUTHOR_EMAILS;
const String PROJECT_VERSION = $$PROJECT_VERSION;
const BUILTIN_EXPECT_IS_DISABLED = $feature(DISABLE_BUILTIN_EXPECT);
const BUILTIN_PREFETCH_IS_DISABLED = $feature(DISABLE_BUILTIN_PREFETCH);