Skip to content

Commit fa0d45e

Browse files
committed
designate version 1.0.0-beta2
1 parent 50c120d commit fa0d45e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/maud/Maud.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ private static void startup0(
468468
application = new Maud();
469469

470470
// Instantiate the display-settings screen.
471-
String applicationName = "Maud"; // v1.0.0-beta1";
471+
String applicationName = "Maud v1.0.0-beta2";
472472
RectSizeLimits dsl = new RectSizeLimits(
473473
640, 720, // min width, height
474474
2_048, 1_080 // max width, height

src/main/java/maud/dialog/EditorDialogs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public static void aboutMaud() {
129129
String text = "Maud, by Stephen Gold\n\nYou are c"
130130
+ "urrently using Maud, a jMonkeyEngine application for edit"
131131
+ "ing animated models.\n\nThe version you are using "
132-
//+ "is designated v1.0.0-beta1 .\n\nIt "
132+
+ "is designated v1.0.0-beta2 .\n\nIt "
133133
+ "includes the following libraries:";
134134
text += String.format("%n jme3-core version=%s hash=%s (BSD license)",
135135
MyString.quote(JmeVersion.FULL_NAME),

0 commit comments

Comments
 (0)