Begin with on debugging symbol; fix version number 0.7.0

This commit is contained in:
gingerBill
2017-11-19 09:49:55 +00:00
parent 0c06a8d154
commit 2b0521347b
3 changed files with 203 additions and 102 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ String get_fullpath_core(gbAllocator a, String path) {
}
String const ODIN_VERSION = str_lit("0.6.2");
String const ODIN_VERSION = str_lit("0.7.0");
void init_build_context(void) {
BuildContext *bc = &build_context;