diff options
| author | gingerBill <bill@gingerbill.org> | 2018-02-11 11:15:53 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-02-11 11:15:53 +0000 |
| commit | 038dea92027badc69024cfe80b3172ac535434a0 (patch) | |
| tree | 621e5dfa1cfc85308fa9ab95a8efb93644671e16 /src/build_settings.cpp | |
| parent | 0ae3484171ec6f2876c1ff16102c8e92853c6632 (diff) | |
v0.8.1
Fix initialization values for variables
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index d7b9acd0e..2e7501b66 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -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(""); |