This commit is contained in:
Ginger Bill
2017-08-01 17:30:26 +01:00
parent d854c5003c
commit c454ede184

View File

@@ -283,7 +283,7 @@ String get_fullpath_core(gbAllocator a, String path) {
}
String const ODIN_VERSION = str_lit("0.6.1");
String const ODIN_VERSION = str_lit("0.6.1a");
void init_build_context(void) {
BuildContext *bc = &build_context;