diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-05-01 15:28:26 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-05-01 15:28:26 +0100 |
| commit | 634ee450f4546374e979ce3dab3cb73136a5ae43 (patch) | |
| tree | eb8ba89560449b1226eb56624e62c36dfc570e4f | |
| parent | 750d7256fc16a46d88815e6de18a79a4ce7d6912 (diff) | |
v0.2.1
| -rw-r--r-- | src/build_settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.c b/src/build_settings.c index 683998e4e..1a6b8fdf5 100644 --- a/src/build_settings.c +++ b/src/build_settings.c @@ -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.2.0"); + bc->ODIN_VERSION = str_lit("0.2.1"); bc->ODIN_ROOT = odin_root_dir(); #if defined(GB_SYSTEM_WINDOWS) |