This commit is contained in:
zhiayang
2017-02-02 04:21:42 +08:00
12 changed files with 254 additions and 243 deletions
+1 -1
View File
@@ -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)