Skip to content

Commit

Permalink
Bump version to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TheThirdOne committed Feb 27, 2023
1 parent eab9540 commit 7acf325
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 9 deletions.
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.5 help contents
<title>RARS 1.6 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.5 help contents
<title>RARS 1.6 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,10 +4,16 @@
<body>
<center>
<h3>RARS - RISC-V Assembler and Runtime Simulator</h3>
<h4>Release 1.5</h4>
<h4>July 2020</h4>
<h4>Release 1.6</h4>
<h4>February 2023</h4>
<h4>Release History</h4>
</center>
<p>
RARS 1.6 was released in February 2023.
It added some minor features and bugfixes that accumulated
A full changelist is availible at <a href="https://github.com/TheThirdOne/rars/releases/tag/v1.6">https://github.com/TheThirdOne/rars/releases/tag/v1.6</a>
</p>


<p>
RARS 1.5 was released in July 2020.
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.5 help contents
<title>RARS 1.6 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.5 help contents
<title>RARS 1.6 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.5 help contents
<title>RARS 1.6 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.5 help contents
<title>RARS 1.6 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.5";
public static final String version = "1.6";
/**
* List of accepted file extensions for RISCV assembly source files.
*/
Expand Down

0 comments on commit 7acf325

Please sign in to comment.