diff options
| author | gingerBill <bill@gingerbill.org> | 2017-11-19 09:50:22 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2017-11-19 09:50:22 +0000 |
| commit | f80b910ba3c260694cd8a4988739ba21688af414 (patch) | |
| tree | 279ee70367c6707928ed436f0015d331dc5467a0 /src/build_settings.cpp | |
| parent | 2b0521347b0cffd512414778f1daf94f205a9e4a (diff) | |
Set version number to v0.7.1
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 06615d2e4..b18dc0c43 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.7.0"); +String const ODIN_VERSION = str_lit("0.7.1"); void init_build_context(void) { BuildContext *bc = &build_context; |