diff options
| author | ThisDrunkDane <hoej@northwolfprod.com> | 2018-02-12 06:07:15 +0100 |
|---|---|---|
| committer | ThisDrunkDane <hoej@northwolfprod.com> | 2018-02-12 06:07:15 +0100 |
| commit | e225158a6f69e3782a194e5b82b9a5af56686e71 (patch) | |
| tree | f30b3c5713d5e59c16f4b7677fe32d884dd63bb5 /src/build_settings.cpp | |
| parent | 4c06b443154bcb85982d61f39badbab901ac4da8 (diff) | |
| parent | 2ce55783d2c9cfb72da5bc4a51556d9938b6124a (diff) | |
Merge branch 'master' of https://github.com/odin-lang/Odin
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 652d7bb28..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-dev"); +String const ODIN_VERSION = str_lit("0.8.1"); String cross_compile_target = str_lit(""); String cross_compile_lib_dir = str_lit(""); |