From 03c50f4cc3b841548227dbc4d5d92f22432ddb3d Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 17 Mar 2019 20:55:30 +0100 Subject: Update version to 0.6.6. Signed-off-by: Pavel Pisa --- qtmips_gui/aboutdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtmips_gui') 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("Qt Mips - MIPS Architecture Simulator")); lbl = new QLabel(versionText); -- cgit v1.2.3