Update version number
parent
08fbd0c2f8
commit
4a8dcda172
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue