diff options
| author | Rémi Verschelde | 2018-02-23 19:48:49 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2018-02-23 20:15:29 +0100 |
| commit | 23ebae01dc7e3df9c842ca7d017f7b233837721d (patch) | |
| tree | 7ff53eb3449024d079531c947492ad34be748c1e /editor/export_template_manager.cpp | |
| parent | b6bf572e021f59ca9f6e95fca2e1cd08bd3fe0f2 (diff) | |
| download | godot-23ebae01dc7e3df9c842ca7d017f7b233837721d.tar.gz godot-23ebae01dc7e3df9c842ca7d017f7b233837721d.tar.zst godot-23ebae01dc7e3df9c842ca7d017f7b233837721d.zip | |
Diffstat (limited to 'editor/export_template_manager.cpp')
| -rw-r--r-- | editor/export_template_manager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/export_template_manager.cpp b/editor/export_template_manager.cpp index 41b016bdc..d0f008bd4 100644 --- a/editor/export_template_manager.cpp +++ b/editor/export_template_manager.cpp @@ -70,7 +70,7 @@ void ExportTemplateManager::_update_template_list() { memdelete(d); - String current_version = itos(VERSION_MAJOR) + "." + itos(VERSION_MINOR) + "-" + VERSION_STATUS + VERSION_MODULE_CONFIG; + String current_version = VERSION_FULL_CONFIG; Label *current = memnew(Label); current->set_h_size_flags(SIZE_EXPAND_FILL); |
