diff --git a/CatRadio.pro b/CatRadio.pro index 5a8a43a..19bbbb7 100644 --- a/CatRadio.pro +++ b/CatRadio.pro @@ -57,7 +57,7 @@ INCLUDEPATH += $$PWD/hamlib RESOURCES += qdarkstyle/dark/darkstyle.qrc # RESOURCES += qdarkstyle/light/lightstyle.qrc -VERSION = 1.4.0 +VERSION = 1.4.1 RC_ICONS = catradio.ico diff --git a/mainwindow.cpp b/mainwindow.cpp index e57ca73..219b0b2 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1649,7 +1649,7 @@ void MainWindow::on_action_AboutCatRadio_triggered() msgBox.setTextFormat(Qt::RichText); QString version = QString::number(VERSION_MAJ)+"."+QString::number(VERSION_MIN)+"."+QString::number(VERSION_MIC); msgBox.setText("CatRadio Radio control software
version "+version+" "+RELEASE_DATE); - msgBox.setInformativeText("

Copyright (C) 2022-2023 Gianfranco Sordetti IZ8EWD
" + msgBox.setInformativeText("

Copyright (C) 2022-2024 Gianfranco Sordetti IZ8EWD
" "www.pianetaradio.it

" "

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
" "This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
" diff --git a/mainwindow.h b/mainwindow.h index 13a7de4..2111747 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -28,7 +28,7 @@ #define RELEASE_DATE __DATE__ #define VERSION_MAJ 1 #define VERSION_MIN 4 -#define VERSION_MIC 0 +#define VERSION_MIC 1 QT_BEGIN_NAMESPACE