Skip to content

Commit 7acf325

Browse files
committed
Bump version to 1.6
1 parent eab9540 commit 7acf325

File tree

8 files changed

+15
-9
lines changed

8 files changed

+15
-9
lines changed

src/help/Command.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<title>RARS 1.5 help contents
2+
<title>RARS 1.6 help contents
33
</title>
44
<body>
55
<center>

src/help/Debugging.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<title>RARS 1.5 help contents
2+
<title>RARS 1.6 help contents
33
</title>
44
<body>
55
<center>

src/help/History.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@
44
<body>
55
<center>
66
<h3>RARS - RISC-V Assembler and Runtime Simulator</h3>
7-
<h4>Release 1.5</h4>
8-
<h4>July 2020</h4>
7+
<h4>Release 1.6</h4>
8+
<h4>February 2023</h4>
99
<h4>Release History</h4>
1010
</center>
11+
<p>
12+
RARS 1.6 was released in February 2023.
13+
It added some minor features and bugfixes that accumulated
14+
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>
15+
</p>
16+
1117

1218
<p>
1319
RARS 1.5 was released in July 2020.

src/help/IDE.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<title>RARS 1.5 help contents
2+
<title>RARS 1.6 help contents
33
</title>
44
<body>
55
<center>

src/help/Intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<title>RARS 1.5 help contents
2+
<title>RARS 1.6 help contents
33
</title>
44
<body>
55
<center>

src/help/Limits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<title>RARS 1.5 help contents
2+
<title>RARS 1.6 help contents
33
</title>
44
<body>
55
<center>

src/help/Tools.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
2-
<title>RARS 1.5 help contents
2+
<title>RARS 1.6 help contents
33
</title>
44
<body>
55
<center>

src/rars/Globals.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public class Globals {
100100
/**
101101
* The current version number. Can't wait for "initialize()" call to get it.
102102
*/
103-
public static final String version = "1.5";
103+
public static final String version = "1.6";
104104
/**
105105
* List of accepted file extensions for RISCV assembly source files.
106106
*/

0 commit comments

Comments
 (0)