Skip to content

Commit ddbc7ab

Browse files
committed
designate version 1.0.0-alpha.7
1 parent 8b673b5 commit ddbc7ab

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
@@ -122,7 +122,7 @@ public class Maud extends GuiApplication {
122122
/**
123123
* application name for the window's title bar
124124
*/
125-
final private static String applicationName = Maud.class.getSimpleName();
125+
final private static String applicationName = "Maud version 1.0.0-alpha.7";
126126
/**
127127
* path to logo image for the settings dialog
128128
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static void aboutMaud() {
119119
String text = "Maud, by Stephen Gold\n\nYou are c"
120120
+ "urrently using Maud, a jMonkeyEngine application for edit"
121121
+ "ing animated models.\n\nThe version you are using "
122-
//+ "is designated 1.0.0-alpha.6 .\n\nIt "
122+
+ "is designated 1.0.0-alpha.7 .\n\nIt "
123123
+ "includes the following libraries:";
124124
text += String.format("%n jme3-core version=%s (BSD license)",
125125
MyString.quote(JmeVersion.FULL_NAME));

0 commit comments

Comments
 (0)