diff options
| author | gingerBill <bill@gingerbill.org> | 2019-06-21 22:40:11 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2019-06-21 22:40:11 +0100 |
| commit | b891c0feab785d5afc69f30aa41d42a72f7a48e8 (patch) | |
| tree | 650cf7376253962e2f046878cf2ab05cc7cc0c24 /src/build_settings.cpp | |
| parent | b0dd3ac599fedfea18a9d574620fb105a1c33f4f (diff) | |
Fix ranges in switch statement for strings
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 a5bcd240d..992443f7c 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -55,7 +55,7 @@ TargetEndianKind target_endians[TargetArch_COUNT] = { -String const ODIN_VERSION = str_lit("0.10.0"); +String const ODIN_VERSION = str_lit("0.10.1"); String cross_compile_target = str_lit(""); String cross_compile_lib_dir = str_lit(""); |