mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 04:38:16 +00:00
v0.8.1
Fix initialization values for variables
This commit is contained in:
@@ -309,7 +309,7 @@ String get_fullpath_core(gbAllocator a, String path) {
|
||||
}
|
||||
|
||||
|
||||
String const ODIN_VERSION = str_lit("0.8.0");
|
||||
String const ODIN_VERSION = str_lit("0.8.1");
|
||||
String cross_compile_target = str_lit("");
|
||||
String cross_compile_lib_dir = str_lit("");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user