Version 0.3 master
authorJan Čermák <me@johniez.cz>
Sun, 5 May 2019 09:54:54 +0000 (11:54 +0200)
committerJan Čermák <me@johniez.cz>
Sun, 5 May 2019 09:54:54 +0000 (11:54 +0200)
README
abouttab.cc
main.cc

diff --git a/README b/README
index 0a39365..67c4653 100755 (executable)
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
 ANOTHER SOCCER PROJECT TOOL - ASPT
 Jan Cermak | johniez
 
-23.12.2007 | v 0.2.7
+5.5.2019 | v 0.3.0
 
-http://www.soccerproject.com   - just the game
-http://aspt.johniez.com                        - this tool's home
+https://www.soccerproject.com  - just the game
+https://aspt.johniez.com               - this tool's home
 
 This is OpenSource, released under CreativeCommons(by-nc-nd 2.5) license.
 CC 2.5 Attribution-NonCommercial-NoDerivs
index d4be83e..7462f74 100644 (file)
@@ -30,8 +30,8 @@ void AboutTab::init() {
        mainLayout = new QVBoxLayout;
        QString text;
        text = "<h3>Another SoccerProject Tool</h3>";
-       text += "v 0.2.7 | 23.12.2007<br><br>";
-       text += "johniez | <a href=\"http://aspt.johniez.com\">aspt homepage</a>";
+       text += "v 0.3.0 | 5.5.2019<br><br>";
+       text += "johniez | <a href=\"https://aspt.johniez.com\">aspt homepage</a>";
        text += "<hr>";
        text += "<b>" + tr("Translators") + ":</b><br>";
        text += "UniCool [RO]<br>";
diff --git a/main.cc b/main.cc
index 632b23c..5ddbdb9 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -791,7 +791,7 @@ int main(int argc, char **argv) {
 
        QSplashScreen splash(pixmap);
        splash.show();
-       splash.showMessage("[0.2.7]     please wait parsing data files..", Qt::AlignBottom | Qt::AlignCenter, Qt::white);
+       splash.showMessage("[0.3.0]     please wait parsing data files..", Qt::AlignBottom | Qt::AlignCenter, Qt::white);
        QTranslator translator;
        translator.load("lang/tran_"+lang);
        app.installTranslator(&translator);