From b0ffb46e1cae26b7afaa6e334c71d39ddf6953d2 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Thu, 12 Sep 2019 11:51:32 +0200 Subject: Version updated to 0.7.3 * Debian package updated to version 0.7.3. * Implemented SKIP/SPACE assembler directives. * Add OpenHub statistic page link. * Provide support for include directive in simple assembler. * In include, use content from editor if file is already open. * Add #pragma processing to integrated assembler and its usage to control windows. * Use #pragma in examples to lower initial learning curve. * samples: simple-lw-sw-ia.S: place data section to 0x2000 address. Signed-off-by: Pavel Pisa --- qtmips_gui/aboutdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qtmips_gui/aboutdialog.cpp') diff --git a/qtmips_gui/aboutdialog.cpp b/qtmips_gui/aboutdialog.cpp index 88208f1..0cae87d 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.2\n"; + versionText = "Version 0.7.3\n"; vl->addWidget(new QLabel("Qt Mips - MIPS Architecture Simulator")); lbl = new QLabel(versionText); -- cgit v1.2.3