diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-19 09:49:55 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-19 09:49:55 +0000 |
| commit | 2b0521347b0cffd512414778f1daf94f205a9e4a (patch) | |
| tree | 1b5b4b5c0b7c5aa47b90b1523deb6b8be2a03ec6 /src/build_settings.cpp | |
| parent | 0c06a8d15426c6a67c76fa8afbe9d967c46b571b (diff) | |
Begin with on debugging symbol; fix version number 0.7.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 ed48817b8..06615d2e4 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -307,7 +307,7 @@ String get_fullpath_core(gbAllocator a, String path) { } -String const ODIN_VERSION = str_lit("0.6.2"); +String const ODIN_VERSION = str_lit("0.7.0"); void init_build_context(void) { BuildContext *bc = &build_context; |