Skip to content

Commit

Permalink
Release: update version to 0.8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
  • Loading branch information
ppisa committed Oct 1, 2024
1 parent b3cbddf commit aa06e18
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_policy(VERSION 3.10)

project(QtMips
LANGUAGES C CXX
VERSION 0.8.0
VERSION 0.8.1
DESCRIPTION "MIPS CPU simulator for education purposes")

set(KAREL_KOCI "Karel Koci <cynerd@email.cz>")
Expand Down
14 changes: 14 additions & 0 deletions extras/packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
qtmips (0.8.1-1) unstable; urgency=medium

* Machine: LRU cache policy fix
* Machine: correct cache graphics visualization for byte accesses.
* CI: release.yml - fix apt install
* Machine: correct and refactor unaligned access to peripheries
* Machine: add memory access helper for access with granularity 16-bits.
* Machine: fix LCD display endianness.
* Packaging: fix Fedora build according to Jan Grulich advice.
* README: add link to WebAssembly version on comparch.edu.cvut.cz
* CI: update GitHub actions from QtRVSim

-- Pavel Pisa <pisa@cmp.felk.cvut.cz> Tue, 01 Oct 2024 20:45:22 +0200

qtmips (0.8.0-1) unstable; urgency=medium

* Debian package updated to version 0.8.0-1.
Expand Down
2 changes: 1 addition & 1 deletion src/cli/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ bool assemble(Machine &machine, MsgReport &msgrep, QString filename) {
int main(int argc, char *argv[]) {
QCoreApplication app(argc, argv);
QCoreApplication::setApplicationName("cli");
QCoreApplication::setApplicationVersion("0.8.0");
QCoreApplication::setApplicationVersion("0.8.1");
set_default_log_pattern();

QCommandLineParser p;
Expand Down

0 comments on commit aa06e18

Please sign in to comment.