From 3cc3fb3d2ddd490fe5b2fac5eca9b6169d3d7e9c Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Sun, 15 Sep 2019 20:32:41 +0200 Subject: Version updated to 0.7.4 Signed-off-by: Pavel Pisa --- qtmips_gui/aboutdialog.cpp | 2 +- qtmips_gui/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qtmips_gui') 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("Qt Mips - MIPS Architecture Simulator")); lbl = new QLabel(versionText); diff --git a/qtmips_gui/main.cpp b/qtmips_gui/main.cpp index 2701b4d..553d5dc 100644 --- a/qtmips_gui/main.cpp +++ b/qtmips_gui/main.cpp @@ -40,7 +40,7 @@ int main(int argc, char *argv[]) { QApplication app(argc, argv); app.setApplicationName("qtmips_gui"); - app.setApplicationVersion("0.7.3"); + app.setApplicationVersion("0.7.4"); MainWindow w; w.start(); -- cgit v1.2.3