Skip to content

Commit

Permalink
Update version to 0.6.6.
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Pisa <[email protected]>
  • Loading branch information
ppisa committed Mar 17, 2019
1 parent e26d895 commit 03c50f4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
qtmips (0.6.6) unstable; urgency=medium

* Corrected row and column output in cache address fields.
* Highlight cache read and write acesses.
* Highlight registers and coprocessor 0 read and writes.

-- Pavel Pisa <[email protected]> Sun, 17 Mar 2019 20:51:55 +0100

qtmips (0.6.5) unstable; urgency=medium

* Initial Debian packaging.
Expand Down
2 changes: 1 addition & 1 deletion qtmips_gui/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 03c50f4

Please sign in to comment.