We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5307c commit 86f54efCopy full SHA for 86f54ef
src/gov/nasa/worldwind/Version.java
@@ -15,8 +15,8 @@ public class Version
15
private static final String MAJOR_VALUE = "2";
16
private static final String MINOR_VALUE = "1";
17
private static final String DOT_VALUE = "0";
18
- private static final String versionNumber = MAJOR_VALUE + "." + MINOR_VALUE + "." + DOT_VALUE;
19
- private static final String versionName = "NASA World Wind Java v2.1.0";
+ private static final String versionNumber = "v" + MAJOR_VALUE + "." + MINOR_VALUE + "." + DOT_VALUE;
+ private static final String versionName = "NASA World Wind Java";
20
21
public static String getVersion()
22
{
0 commit comments