Skip to content

Commit

Permalink
[stable] Release III-8.1787
Browse files Browse the repository at this point in the history
  • Loading branch information
titzer committed Jan 20, 2025
1 parent 2e868d5 commit beb0775
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aeneas/src/main/Aeneas.v3
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ component Aeneas {
def printVersion(long: bool, next: string) {
Terminal.put("Aeneas ");
Terminal.put(Version.version);
if (!Debug.UNSTABLE) Terminal.put(" (stable)");
if (!Debug.UNSTABLE) Terminal.put(" stable");
var data = Version.buildData;
if (long && data != null) {
Terminal.put("\nBuild Data: ");
Expand Down
2 changes: 1 addition & 1 deletion aeneas/src/main/Debug.v3
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

component Debug {
def PARANOID = false;
def UNSTABLE = true;
def UNSTABLE = false;
}
2 changes: 1 addition & 1 deletion aeneas/src/main/Version.v3
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

// Updated by VCS scripts. DO NOT EDIT.
component Version {
def version: string = "III-7.1786";
def version: string = "III-8.1787";
var buildData: string;
}
Binary file modified bin/stable/jar/Aeneas.jar
Binary file not shown.
Binary file modified bin/stable/x86-64-darwin/Aeneas
Binary file not shown.
Binary file modified bin/stable/x86-64-linux/Aeneas
Binary file not shown.
Binary file modified bin/stable/x86-darwin/Aeneas
Binary file not shown.
Binary file modified bin/stable/x86-linux/Aeneas
Binary file not shown.

0 comments on commit beb0775

Please sign in to comment.