Skip to content

Commit 3bef9df

Browse files
committed
designate version ALPHA+3
1 parent 897642f commit 3bef9df

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/main/java/maud/Maud.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public class Maud extends GuiApplication {
9494
/**
9595
* application name for the window's title bar
9696
*/
97-
final private static String windowTitle = "Maud";
97+
final private static String windowTitle = "Maud ALPHA+3";
9898
// *************************************************************************
9999
// fields
100100

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public static void aboutMaud() {
9595
String text = "Maud, by Stephen Gold\n\nYou are c"
9696
+ "urrently using Maud, a jMonkeyEngine application for edit"
9797
+ "ing animated models.\n\nThe version you are using "
98+
+ "is designated ALPHA+3.\n\nIt "
9899
+ "includes the following libraries:";
99100
text += String.format("%n jme3-core version %s",
100101
MyString.quote(JmeVersion.FULL_NAME));

0 commit comments

Comments
 (0)