From 4a8dcda172c42e05dbabf3fc9dd00aca8dda63a7 Mon Sep 17 00:00:00 2001 From: Marc Gilleron Date: Sun, 16 Jan 2022 15:27:29 +0000 Subject: [PATCH] Update version number --- editor/about_window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/about_window.cpp b/editor/about_window.cpp index 52549816..06a46cc1 100644 --- a/editor/about_window.cpp +++ b/editor/about_window.cpp @@ -203,7 +203,7 @@ VoxelAboutWindow::VoxelAboutWindow() { { Dictionary d; // TODO Take version from somewhere unique - d["version"] = "godot3.3 dev"; + d["version"] = "1.x DEV"; about_text = about_text.format(d); } RichTextLabel *rich_text_label = memnew(RichTextLabel);