diff options
| author | gingerBill <bill@gingerbill.org> | 2018-02-09 18:03:06 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-02-09 18:03:06 +0000 |
| commit | 54976c3249065e846ec29588c5c69e7013fe1e8f (patch) | |
| tree | bc9b059684f7173e8e2e4da7f60d8c51393947ae /src/build_settings.cpp | |
| parent | 8f913c656ce0ecdf68f53d571c287b826467002e (diff) | |
v0.8.0v0.8.0
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..d7b9acd0e 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.0"); String cross_compile_target = str_lit(""); String cross_compile_lib_dir = str_lit(""); |