diff --git a/help/Command.html b/help/Command.html index 1ce7f8d6..2a75a196 100644 --- a/help/Command.html +++ b/help/Command.html @@ -1,5 +1,5 @@ -RARS 1.2 help contents +<title>RARS 1.3 help contents
diff --git a/help/Debugging.html b/help/Debugging.html index 376abab1..97a0949c 100644 --- a/help/Debugging.html +++ b/help/Debugging.html @@ -1,5 +1,5 @@ -RARS 1.2 help contents +<title>RARS 1.3 help contents
diff --git a/help/History.html b/help/History.html index d4e022c8..f9de578f 100644 --- a/help/History.html +++ b/help/History.html @@ -4,11 +4,17 @@

RARS - RISC-V Assembler and Runtime Simulator

-

Release 1.2

-

March 2019

+

Release 1.3

+

June 2019

Release History

+

+ RARS 1.3 was released in June 2019. + It added a Java API to allow for quick automated simulation and contains several bugfixes. + A full changelist is availible at https://github.com/TheThirdOne/rars/releases/tag/v1.3 +

+

RARS 1.2 was released in March 2019. It improved tooling for new developers and fixed some documentation issues

RARS 1.1 was released in August 2018. This release fixed a bug with AUIPC and psuedointructions that used it, lbu @@ -24,7 +30,7 @@

Release History

work with RISC-V, however if someone ports it, it could be merged in.
  • Removed delayed branching
  • Removed the print feature
  • -
  • Added a testing framework to verify compatability with the RISC-V specification
  • +
  • Added a testing framework to verify compatibility with the RISC-V specification
  • diff --git a/help/IDE.html b/help/IDE.html index 87ec2c03..d2eace3b 100644 --- a/help/IDE.html +++ b/help/IDE.html @@ -1,5 +1,5 @@ -RARS 1.2 help contents +<title>RARS 1.3 help contents
    diff --git a/help/Intro.html b/help/Intro.html index b7380a1b..019b82d0 100644 --- a/help/Intro.html +++ b/help/Intro.html @@ -1,5 +1,5 @@ -RARS 1.2 help contents +<title>RARS 1.3 help contents
    diff --git a/help/Limits.html b/help/Limits.html index 4d73920a..4a8aec1c 100644 --- a/help/Limits.html +++ b/help/Limits.html @@ -1,5 +1,5 @@ -RARS 1.2 help contents +<title>RARS 1.3 help contents
    diff --git a/help/Tools.html b/help/Tools.html index 9d8ffcea..3d342d68 100644 --- a/help/Tools.html +++ b/help/Tools.html @@ -1,5 +1,5 @@ -RARS 1.2 help contents +<title>RARS 1.3 help contents
    diff --git a/rars/Globals.java b/rars/Globals.java index 8efc5e46..5beaf5b1 100644 --- a/rars/Globals.java +++ b/rars/Globals.java @@ -99,7 +99,7 @@ public class Globals { /** * The current version number. Can't wait for "initialize()" call to get it. */ - public static final String version = "1.2"; + public static final String version = "1.3"; /** * List of accepted file extensions for RISCV assembly source files. */