diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-04-30 16:28:13 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-04-30 16:28:13 +0100 |
| commit | 7057034b75f18cb2369e922053f74cda87738776 (patch) | |
| tree | 9c30ac5ffdee92dbbf9f85beb9aed6e6151bbcd1 /src | |
| parent | 1430ca30a3a0677fb395d2c5c190e86f02ed2b06 (diff) | |
v0.2.0v0.2.0
Diffstat (limited to 'src')
| -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 fdae48dd3..683998e4e 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.1.3"); + bc->ODIN_VERSION = str_lit("0.2.0"); bc->ODIN_ROOT = odin_root_dir(); #if defined(GB_SYSTEM_WINDOWS) |