diff options
| author | zhiayang <zhiayang@gmail.com> | 2017-02-02 04:21:42 +0800 |
|---|---|---|
| committer | zhiayang <zhiayang@gmail.com> | 2017-02-02 04:21:42 +0800 |
| commit | 5516e80ab775d1100beca7847e10520eae4b151c (patch) | |
| tree | fd080deab099e74ec5f50841c6a8b5b5b8b5c3c4 /src/build.c | |
| parent | 864310e3da059371ac7345ee3bf900a6055f26b4 (diff) | |
| parent | 4e7082a68dd5261c3c36eccf92a62a0ce84995a8 (diff) | |
Merge branch 'master' of https://github.com/zhiayang/Odin
Diffstat (limited to 'src/build.c')
| -rw-r--r-- | src/build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build.c b/src/build.c index 9b60529f3..2b69b3718 100644 --- a/src/build.c +++ b/src/build.c @@ -237,7 +237,7 @@ String get_filepath_extension(String path) { void init_build_context(BuildContext *bc) { bc->ODIN_VENDOR = str_lit("odin"); - bc->ODIN_VERSION = str_lit("0.0.6b"); + bc->ODIN_VERSION = str_lit("0.1.0"); bc->ODIN_ROOT = odin_root_dir(); #if defined(GB_SYSTEM_WINDOWS) |