Update version number

master
Marc Gilleron 2022-01-16 15:27:29 +00:00
parent 08fbd0c2f8
commit 4a8dcda172
1 changed files with 1 additions and 1 deletions

View File

@ -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);