Skip to content

Commit 09f5607

Browse files
committed
designate version ALPHA+0
1 parent ddb3bef commit 09f5607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/maud/EditorDialogs.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ void aboutMaud() {
7373
String niftyVersion = nifty.getVersion();
7474
String text = "Maud, by Stephen Gold\n\nYou are c"
7575
+ "urrently using Maud, a jMonkeyEngine application for edit"
76-
+ "ing animated models.\n\nThe version you are using includes "
76+
+ "ing animated models.\n\nThe version you are using"
77+
+ "is designated ALPHA+0.\n\nIt includes "
7778
+ "the following libraries:";
7879
text += String.format("\n jme3-core version %s",
7980
MyString.quote(JmeVersion.FULL_NAME));

0 commit comments

Comments
 (0)