Skip to content

Commit b515731

Browse files
committed
designate version 1.0.0-alpha.6
1 parent 43fbe5d commit b515731

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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.6";
126126
/**
127127
* path to logo image for the settings dialog
128128
*/

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

Lines changed: 1 addition & 2 deletions
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.5 .\n\nIt "
122+
+ "is designated 1.0.0-alpha.6 .\n\nIt "
123123
+ "includes the following libraries:";
124124
text += String.format("%n jme3-core version=%s (BSD license)",
125125
MyString.quote(JmeVersion.FULL_NAME));
@@ -147,7 +147,6 @@ public static void aboutMaud() {
147147
text += String.format("%n jme3-desktop (BSD license)");
148148
text += String.format("%n jme3-effects (BSD license)");
149149
text += String.format("%n jme3-lwjgl (BSD license)");
150-
text += String.format("%n jme3-niftygui (BSD license)");
151150
text += String.format("%n jme3-plugins (BSD license)");
152151
text += String.format("%n jme3-terrain (BSD license)");
153152

0 commit comments

Comments
 (0)