aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/aboutdialog.cpp
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-09-15 20:32:41 +0200
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2020-03-26 13:31:31 +0100
commit3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c (patch)
tree84edc7496403ead3a993b552b1e7862f42e5d13c /qtmips_gui/aboutdialog.cpp
parente5a5a3d99f68830294261bfde8f88f787c8306fc (diff)
downloadqtmips-3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c.tar.gz
qtmips-3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c.tar.bz2
qtmips-3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c.zip
Version updated to 0.7.4
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'qtmips_gui/aboutdialog.cpp')
-rw-r--r--qtmips_gui/aboutdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtmips_gui/aboutdialog.cpp b/qtmips_gui/aboutdialog.cpp
index 0cae87d..e2fd665 100644
--- a/qtmips_gui/aboutdialog.cpp
+++ b/qtmips_gui/aboutdialog.cpp
@@ -71,7 +71,7 @@ AboutDialog::AboutDialog(QWidget *parent)
hl->addWidget(vbox);
QString versionText;
- versionText = "Version 0.7.3\n";
+ versionText = "Version 0.7.4\n";
vl->addWidget(new QLabel("<span style='font-size:x-large; font-weight:bold;'>Qt Mips - MIPS Architecture Simulator</span>"));
lbl = new QLabel(versionText);