bumped version to 1.2 beta

merge-requests/5/merge
Roeland Jansen 2021-09-07 07:55:17 +02:00
rodzic f1221c6f1b
commit 9413d20906
2 zmienionych plików z 1 dodań i 1 usunięć

BIN
.swp 100644

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -12,7 +12,7 @@ aboutbox::aboutbox(QWidget *parent) :
ui->logoBtn->setIcon(QIcon(":resources/wfview.png"));
ui->logoBtn->setStyleSheet("Text-align:left");
ui->topText->setText("wfview version 1.2a");
ui->topText->setText("wfview version 1.2b");
QString head = QString("<html><head></head><body>");
QString copyright = QString("Copyright 2017-2021 Elliott H. Liggett, W6EL. All rights reserved. wfview source code is <a href=\"https://gitlab.com/eliggett/wfview/-/blob/master/LICENSE\">licensed</a> under the GNU GPLv3.");