File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ public class Maud extends GuiApplication {
122
122
/**
123
123
* application name for the window's title bar
124
124
*/
125
- final private static String applicationName = "Maud" ;
125
+ final private static String applicationName = "Maud v1.0.0-alpha.8 " ;
126
126
/**
127
127
* path to logo image for the settings dialog
128
128
*/
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ public static void aboutMaud() {
119
119
String text = "Maud, by Stephen Gold\n \n You are c"
120
120
+ "urrently using Maud, a jMonkeyEngine application for edit"
121
121
+ "ing animated models.\n \n The version you are using "
122
- // + "is designated 1 .0.0-alpha.7 .\n\nIt "
122
+ + "is designated v1 .0.0-alpha.8 .\n \n It "
123
123
+ "includes the following libraries:" ;
124
124
text += String .format ("%n jme3-core version=%s (BSD license)" ,
125
125
MyString .quote (JmeVersion .FULL_NAME ));
You can’t perform that action at this time.
0 commit comments