Skip to content

Commit

Permalink
Bump version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
TheThirdOne committed Jul 15, 2020
1 parent a8b60f4 commit a5c162c
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ an effective development environment for people getting started with RISC-V.

## Features

- RV32IMFDN ISA
- RISC-V IMFDN Base (riscv32 and riscv64)
- Several system calls that match behaviour from MARS or SPIKE.
- Support for debugging using breakpoints and/or `ebreak`
- Side by side comparison from psuedo-instruction to machine code with
Expand Down
2 changes: 1 addition & 1 deletion src/help/Command.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.4 help contents
<title>RARS 1.5 help contents
</title>
<body>
<center>
Expand Down
2 changes: 1 addition & 1 deletion src/help/Debugging.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.4 help contents
<title>RARS 1.5 help contents
</title>
<body>
<center>
Expand Down
10 changes: 8 additions & 2 deletions src/help/History.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,17 @@
<body>
<center>
<h3>RARS - RISC-V Assembler and Runtime Simulator</h3>
<h4>Release 1.4</h4>
<h4>November 2019</h4>
<h4>Release 1.5</h4>
<h4>July 2020</h4>
<h4>Release History</h4>
</center>

<p>
RARS 1.5 was released in July 2020.
It added support for a 64 bit mode and fixed several bugs.
A full changelist is availible at <a href="https://github.com/TheThirdOne/rars/releases/tag/v1.5">https://github.com/TheThirdOne/rars/releases/tag/v1.5</a>
</p>

<p>
RARS 1.4 was released in November 2019.
It added support for the D extension, fixed known bugs in the F extension, improved compatability with GCC and clang, and fixed several bugs.
Expand Down
2 changes: 1 addition & 1 deletion src/help/IDE.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.4 help contents
<title>RARS 1.5 help contents
</title>
<body>
<center>
Expand Down
2 changes: 1 addition & 1 deletion src/help/Intro.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.4 help contents
<title>RARS 1.5 help contents
</title>
<body>
<center>
Expand Down
2 changes: 1 addition & 1 deletion src/help/Limits.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.4 help contents
<title>RARS 1.5 help contents
</title>
<body>
<center>
Expand Down
2 changes: 1 addition & 1 deletion src/help/Tools.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html>
<title>RARS 1.4 help contents
<title>RARS 1.5 help contents
</title>
<body>
<center>
Expand Down
2 changes: 1 addition & 1 deletion src/rars/Globals.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public class Globals {
/**
* The current version number. Can't wait for "initialize()" call to get it.
*/
public static final String version = "1.4";
public static final String version = "1.5";
/**
* List of accepted file extensions for RISCV assembly source files.
*/
Expand Down

0 comments on commit a5c162c

Please sign in to comment.