diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-08-01 17:30:26 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-08-01 17:30:26 +0100 |
| commit | c454ede18452591ada54bc24428c97663ccd0df4 (patch) | |
| tree | b24da3a0cb3857f8a3b4c35a51ae6102c33401dc | |
| parent | d854c5003cfdf96d763775a15b5910bb5c8c846b (diff) | |
v0.6.1av0.6.1a
| -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 817737865..5c9b44cd3 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -283,7 +283,7 @@ String get_fullpath_core(gbAllocator a, String path) { } -String const ODIN_VERSION = str_lit("0.6.1"); +String const ODIN_VERSION = str_lit("0.6.1a"); void init_build_context(void) { BuildContext *bc = &build_context; |