Skip to content

Commit

Permalink
Prepare release of version 5.9.232
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Herzog committed Mar 6, 2023
1 parent 045a685 commit 93038de
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Simulator/build/Version.nsi
Original file line number Diff line number Diff line change
@@ -1 +1 @@
!define VERSION "5.8.231"
!define VERSION "5.9.232"
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 @@ -148,13 +148,13 @@ public final class MainPanel extends MainPanelBase {
public static final String AUTHOR="Alexander Herzog";

/** Aktuelle Unterversionsnummer in der Java 8 Versionsreihe */
private static final int JAVA8_SECURE_MIN_VERSION=352;
private static final int JAVA8_SECURE_MIN_VERSION=362;
/** Aktuelle Unterversionsnummer in der Java 9 Versionsreihe */
private static final int JAVA9_SECURE_MIN_VERSION=4;
/** Aktuelle Unterversionsnummer in der Java 10 Versionsreihe */
private static final int JAVA10_SECURE_MIN_VERSION=2;
/** Aktuelle Unterversionsnummer in der Java 11 Versionsreihe */
private static final int JAVA11_SECURE_MIN_VERSION=17;
private static final int JAVA11_SECURE_MIN_VERSION=18;
/** Aktuelle Unterversionsnummer in der Java 12 Versionsreihe */
private static final int JAVA12_SECURE_MIN_VERSION=2;
/** Aktuelle Unterversionsnummer in der Java 13 Versionsreihe */
Expand All @@ -166,11 +166,11 @@ public final class MainPanel extends MainPanelBase {
/** Aktuelle Unterversionsnummer in der Java 16 Versionsreihe */
private static final int JAVA16_SECURE_MIN_VERSION=2;
/** Aktuelle Unterversionsnummer in der Java 17 Versionsreihe */
private static final int JAVA17_SECURE_MIN_VERSION=5;
private static final int JAVA17_SECURE_MIN_VERSION=6;
/** Aktuelle Unterversionsnummer in der Java 18 Versionsreihe */
private static final int JAVA18_SECURE_MIN_VERSION=2;
/** Aktuelle Unterversionsnummer in der Java 19 Versionsreihe */
private static final int JAVA19_SECURE_MIN_VERSION=1;
private static final int JAVA19_SECURE_MIN_VERSION=2;

/**
* Bezeichnung für "ungespeichertes Modell" in der Titelzeile für ein neues Modell, welches noch keinen Namen besitzt
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.8.231";
public static final String version="5.9.232";

/**
* 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>5.9.232 (?.?.2022)</h2>
<h2>5.9.232 (6.3.2022)</h2>
<ul>
<li>Neue unterstützte Wahrscheinlichkeitsverteilung: Maxwell-Boltzmann-Verteilung</li>
<li>Im Warteschlangenrechner können bei der Allen-Cunneen-Näherungsformel nun optional zusätzlich der Krämer, Langenbach-Belz und der Hanschke Korrekturterme verwendet werden.</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>5.9.232 (2022-??-??)</h2>
<h2>5.9.232 (2022-03-06)</h2>
<ul>
<li>New supported distribution: Maxwell Boltzmann distribution</li>
<li>In the queueing calculator, for the Allen-Cunneen approximation formula the Krämer, Langenbach-Belz and the Hanschke correction terms can now optionally be used.</li>
Expand Down

0 comments on commit 93038de

Please sign in to comment.