diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-03-19 21:03:56 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-03-19 21:03:56 +0000 |
| commit | 188b290dd50664aa8a89955ac2ab7dbebf7a653d (patch) | |
| tree | 4f9b5c646bc8b23016f8c066d1c953dc00a4896b | |
| parent | c6ff961088c3b64e68cb5da661d9b00002958795 (diff) | |
Update version number
| -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 7f0da2c10..0190bff55 100644 --- a/src/build_settings.c +++ b/src/build_settings.c @@ -209,7 +209,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.2"); + bc->ODIN_VERSION = str_lit("0.1.3"); bc->ODIN_ROOT = odin_root_dir(); #if defined(GB_SYSTEM_WINDOWS) |