aboutsummaryrefslogtreecommitdiff
path: root/qtmips_gui/aboutdialog.cpp
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-17 20:55:30 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-17 20:55:30 +0100
commit03c50f4cc3b841548227dbc4d5d92f22432ddb3d (patch)
tree974fe34b4599b2c6fb3bb702778fb84a3f78c6f3 /qtmips_gui/aboutdialog.cpp
parente26d895762e7a802c4b6c6a970a63309f7d0fdb7 (diff)
downloadqtmips-03c50f4cc3b841548227dbc4d5d92f22432ddb3d.tar.gz
qtmips-03c50f4cc3b841548227dbc4d5d92f22432ddb3d.tar.bz2
qtmips-03c50f4cc3b841548227dbc4d5d92f22432ddb3d.zip
Update version to 0.6.6.
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 db619c3..8919bdf 100644
--- a/qtmips_gui/aboutdialog.cpp
+++ b/qtmips_gui/aboutdialog.cpp
@@ -67,7 +67,7 @@ AboutDialog::AboutDialog(QWidget *parent)
hl->addWidget(vbox);
QString versionText;
- versionText = "Version 0.6.5 \n";
+ versionText = "Version 0.6.6 \n";
vl->addWidget(new QLabel("<span style='font-size:x-large; font-weight:bold;'>Qt Mips - MIPS Architecture Simulator</span>"));
lbl = new QLabel(versionText);