diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-29 11:25:05 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-29 11:25:05 +0100 |
| commit | f4879d472360984f2868c406be96a4f3b473bfa4 (patch) | |
| tree | ca038f5fcfad43b3d1954526b9f69bdfa080d289 /src/build_settings.cpp | |
| parent | fd81c06c35f1cca9153be9f78dc5ecc4ae503d0e (diff) | |
Update procedure names and extend demo.odin
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 e34497fa1..47d7364d8 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -271,7 +271,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.5.0"); + bc->ODIN_VERSION = str_lit("0.6.0-dev"); bc->ODIN_ROOT = odin_root_dir(); #if defined(GB_SYSTEM_WINDOWS) |