Skip to content

Commit

Permalink
designate version 1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 1, 2023
1 parent 50c120d commit fa0d45e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/maud/Maud.java
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ private static void startup0(
application = new Maud();

// Instantiate the display-settings screen.
String applicationName = "Maud"; // v1.0.0-beta1";
String applicationName = "Maud v1.0.0-beta2";
RectSizeLimits dsl = new RectSizeLimits(
640, 720, // min width, height
2_048, 1_080 // max width, height
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/maud/dialog/EditorDialogs.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ public static void aboutMaud() {
String text = "Maud, by Stephen Gold\n\nYou are c"
+ "urrently using Maud, a jMonkeyEngine application for edit"
+ "ing animated models.\n\nThe version you are using "
//+ "is designated v1.0.0-beta1 .\n\nIt "
+ "is designated v1.0.0-beta2 .\n\nIt "
+ "includes the following libraries:";
text += String.format("%n jme3-core version=%s hash=%s (BSD license)",
MyString.quote(JmeVersion.FULL_NAME),
Expand Down

0 comments on commit fa0d45e

Please sign in to comment.