From fc1af0a04bfce7b64e1f776951016ea975e4cd21 Mon Sep 17 00:00:00 2001 From: Ginger Bill Date: Thu, 5 Jan 2017 23:50:44 +0000 Subject: Fix build error caused by invalid iterator types in `for` --- src/build.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/build.c') diff --git a/src/build.c b/src/build.c index a34a20c61..78cc17154 100644 --- a/src/build.c +++ b/src/build.c @@ -149,7 +149,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.5a"); + bc->ODIN_VERSION = str_lit("0.0.5c"); bc->ODIN_ROOT = odin_root_dir(); #if defined(GB_SYSTEM_WINDOWS) -- cgit v1.2.3