Skip to content

Commit

Permalink
Prepare release of version 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Herzog committed Jul 22, 2024
1 parent b722694 commit ce1af1a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Simulator/src/main/java/ui/MainPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,18 +153,18 @@ public final class MainPanel extends MainPanelBase {
private static final Map<Integer,Integer> SECURE_JAVA_VERSIONS=new HashMap<>();

static {
SECURE_JAVA_VERSIONS.put(11,22);
SECURE_JAVA_VERSIONS.put(11,24);
SECURE_JAVA_VERSIONS.put(12,2);
SECURE_JAVA_VERSIONS.put(13,2);
SECURE_JAVA_VERSIONS.put(14,2);
SECURE_JAVA_VERSIONS.put(15,2);
SECURE_JAVA_VERSIONS.put(16,2);
SECURE_JAVA_VERSIONS.put(17,10);
SECURE_JAVA_VERSIONS.put(17,12);
SECURE_JAVA_VERSIONS.put(18,2);
SECURE_JAVA_VERSIONS.put(19,2);
SECURE_JAVA_VERSIONS.put(20,2);
SECURE_JAVA_VERSIONS.put(21,2);
SECURE_JAVA_VERSIONS.put(22,0);
SECURE_JAVA_VERSIONS.put(21,3);
SECURE_JAVA_VERSIONS.put(22,2);
}

/**
Expand Down
2 changes: 1 addition & 1 deletion Simulator/src/main/java/ui/VersionConst.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public final class VersionConst {
/**
* Programmversion
*/
public static final String version="5.9.232";
public static final String version="6.0.233";

/**
* Konstruktor der Klasse<br>
Expand Down
2 changes: 1 addition & 1 deletion Simulator/src/main/java/ui/help/pages_de/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<h1>Versionsgeschichte</h1>

<h2>6.0.233 (?.?.2024)</h2>
<h2>6.0.233 (22.7.2024)</h2>
<ul>
<li>Es wird nun eine Java-Laufzeitumgebung in der Version 11 oder höher (statt vorher 8 oder höher) vorausgesetzt.</li>
<li>Neue unterstützte Wahrscheinlichkeitsverteilungen: Studentsche t-Verteilung, halbe Normalverteilung und Trapezverteilung</li>
Expand Down
2 changes: 1 addition & 1 deletion Simulator/src/main/java/ui/help/pages_en/Changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<h1>Version history</h1>

<h2>6.0.233 (2024-0?-??)</h2>
<h2>6.0.233 (2024-07-22)</h2>
<ul>
<li>A Java runtime environment in version 11 or higher (instead of 8 or higher previously) is now required.</li>
<li>New supported distribution: Student t-distribution, half normal distribution and trapezoid distribution</li>
Expand Down

0 comments on commit ce1af1a

Please sign in to comment.