Skip to content

Commit 03c50f4

Browse files
committed
Update version to 0.6.6.
Signed-off-by: Pavel Pisa <[email protected]>
1 parent e26d895 commit 03c50f4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

debian/changelog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
qtmips (0.6.6) unstable; urgency=medium
2+
3+
* Corrected row and column output in cache address fields.
4+
* Highlight cache read and write acesses.
5+
* Highlight registers and coprocessor 0 read and writes.
6+
7+
-- Pavel Pisa <[email protected]> Sun, 17 Mar 2019 20:51:55 +0100
8+
19
qtmips (0.6.5) unstable; urgency=medium
210

311
* Initial Debian packaging.

qtmips_gui/aboutdialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ AboutDialog::AboutDialog(QWidget *parent)
6767
hl->addWidget(vbox);
6868

6969
QString versionText;
70-
versionText = "Version 0.6.5 \n";
70+
versionText = "Version 0.6.6 \n";
7171

7272
vl->addWidget(new QLabel("<span style='font-size:x-large; font-weight:bold;'>Qt Mips - MIPS Architecture Simulator</span>"));
7373
lbl = new QLabel(versionText);

0 commit comments

Comments
 (0)