Skip to content

Commit 780416b

Browse files
committed
Version updated to 0.6.7
Signed-off-by: Pavel Pisa <[email protected]>
1 parent 58f548a commit 780416b

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

debian/changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
qtmips (0.6.7) unstable; urgency=medium
2+
3+
* Debian package updated to version 0.6.7.
4+
* Change single cycle core with delay slot to use separate fetch stage.
5+
* Program listing and stages use color background.
6+
* Correct write through spelling. Reported by Richard Susta.
7+
* qtmips_cli can be used for cache statistic and result memory tests.
8+
9+
-- Pavel Pisa <[email protected]> Wed, 27 Mar 2019 00:38:24 +0100
10+
111
qtmips (0.6.6) unstable; urgency=medium
212

313
* Corrected row and column output in cache address fields.

prepare-release

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ rm -rf ../debian-test-build
6060

6161
mkdir -p ../debian-test-build/qtmips-$V_TXT
6262

63+
cp -xa . ../debian-test-build/qtmips-$V_TXT
64+
6365
cd ../debian-test-build/qtmips-$V_TXT || exit 1
6466

6567
dpkg-buildpackage

qtmips.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121

2222
Name: qtmips
23-
Version: 0.6.6
23+
Version: 0.6.7
2424
Release: 0
2525
Summary: MIPS CPU simulator for education purposes with pipeline and cache visualization
2626
License: GPL-2.0-or-later

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.6 \n";
70+
versionText = "Version 0.6.7\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)