File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
9
qtmips (0.6.5) unstable; urgency=medium
2
10
3
11
* Initial Debian packaging.
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ AboutDialog::AboutDialog(QWidget *parent)
67
67
hl->addWidget (vbox);
68
68
69
69
QString versionText;
70
- versionText = " Version 0.6.5 \n " ;
70
+ versionText = " Version 0.6.6 \n " ;
71
71
72
72
vl->addWidget (new QLabel (" <span style='font-size:x-large; font-weight:bold;'>Qt Mips - MIPS Architecture Simulator</span>" ));
73
73
lbl = new QLabel (versionText);
You can’t perform that action at this time.
0 commit comments