diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-12 16:47:07 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-12 16:47:07 +0100 |
| commit | f52a1e4ded0f6cffb8722ec510a18f09718ba00a (patch) | |
| tree | 71accc1cf397cdeea9b70590c587e0482594648e /src/build_settings.cpp | |
| parent | a8e458339b65669d088edf36bb96ffb518f68d2d (diff) | |
Fix IR bug for TypeSpec
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index eb8a50c6a..68e8ec372 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -263,7 +263,7 @@ String get_fullpath_core(gbAllocator a, String path) { void init_build_context(void) { BuildContext *bc = &build_context; bc->ODIN_VENDOR = str_lit("odin"); - bc->ODIN_VERSION = str_lit("0.3.0"); + bc->ODIN_VERSION = str_lit("0.4.0"); bc->ODIN_ROOT = odin_root_dir(); #if defined(GB_SYSTEM_WINDOWS) |