diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-01-07 11:44:42 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-01-07 11:44:42 +0000 |
| commit | 703e1aa2bcf6bb059a3dd0e12a02cf02ed5449cf (patch) | |
| tree | d67712be7ccd274efa9f0042415356e769b12dec /src/build.c | |
| parent | b1e35b6da3e335376339965ad2e26d7e275de3c5 (diff) | |
Fix core library; Disable adding entity definitions for blank identifiersv0.0.5e
Diffstat (limited to 'src/build.c')
| -rw-r--r-- | src/build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.c b/src/build.c index f0fe02d77..6db7dcd6b 100644 --- a/src/build.c +++ b/src/build.c @@ -148,7 +148,7 @@ String get_filepath_extension(String path) { void init_build_context(BuildContext *bc) { bc->ODIN_VENDOR = str_lit("odin"); - bc->ODIN_VERSION = str_lit("0.0.5d"); + bc->ODIN_VERSION = str_lit("0.0.5e"); bc->ODIN_ROOT = odin_root_dir(); #if defined(GB_SYSTEM_WINDOWS) |