Skip to content

Commit 860662a

Browse files
committed
Updated version to 0.0.4
1 parent c31fafa commit 860662a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Installer/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.3
1+
0.0.4

UI/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ void MainWindow::clearRecentFiles()
425425
void MainWindow::about()
426426
{
427427
QMessageBox box(QMessageBox::NoIcon, "About " + Utils::AppName,
428-
"Alpha " + Utils::GetAppVersion() + "<br><br>Copyright 2019 " + Utils::CompanyName + "<br><br>\
428+
"Alpha " + Utils::GetAppVersion() + "<br><br>Copyright 2019-2020 " + Utils::CompanyName + "<br><br>\
429429
This software is free and under <a style=\"color:#00FFFF\" href=\"https://www.gnu.org/licenses/gpl-3.0.txt\">GPLv3</a> license. <br>This software is dynamically linked to Qt5.<br>\
430430
The source code of Qt SDK can be found <a style=\"color:#00FFFF\" href=\"http://download.qt.io/official_releases/qt/5.12/5.12.2/\">here</a>.<br>\
431431
The full text for the GPLv3 license was distributed as a text file with this software.<br><br> \

Utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#define MAJOR_VERSION 0
3030
#define MINOR_VERSION 0
31-
#define BUGFIX_VERSION 3
31+
#define BUGFIX_VERSION 4
3232

3333
const QString Utils::AppName = "Sound Generator";
3434
const QString Utils::CompanyName = "Benoit Pelletier";

0 commit comments

Comments
 (0)