Skip to content

Commit cee582f

Browse files
committed
designate version 1.0.0-beta1
1 parent 10c7fc9 commit cee582f

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
@@ -481,7 +481,7 @@ private static void startup0(final boolean forceDialog,
481481
/*
482482
* Instantiate the display-settings screen.
483483
*/
484-
String applicationName = "Maud";// v1.0.0-alpha.8";
484+
String applicationName = "Maud v1.0.0-beta1";
485485
DisplaySizeLimits dsl = new DisplaySizeLimits(
486486
640, 720, // min width, height
487487
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
@@ -128,7 +128,7 @@ public static void aboutMaud() {
128128
String text = "Maud, by Stephen Gold\n\nYou are c"
129129
+ "urrently using Maud, a jMonkeyEngine application for edit"
130130
+ "ing animated models.\n\nThe version you are using "
131-
//+ "is designated v1.0.0-alpha.8 .\n\nIt "
131+
+ "is designated v1.0.0-beta1 .\n\nIt "
132132
+ "includes the following libraries:";
133133
text += String.format("%n jme3-core version=%s hash=%s (BSD license)",
134134
MyString.quote(JmeVersion.FULL_NAME),

0 commit comments

Comments
 (0)