mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 09:47:06 +02:00
Set version to 7.0
This commit is contained in:
parent
209090dfec
commit
3ebf8ad293
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ AutoTester::AutoTester(QWidget* parent) : QMainWindow(parent) {
|
|||
_ui.statusLabel->setText("");
|
||||
_ui.plainTextEdit->setReadOnly(true);
|
||||
|
||||
setWindowTitle("Auto Tester - v6.4");
|
||||
setWindowTitle("Auto Tester - v7.0");
|
||||
|
||||
// Coming soon to an auto-tester near you...
|
||||
//// _helpWindow.textBrowser->setText()
|
||||
|
|
Loading…
Reference in a new issue