Skip to content

Commit

Permalink
Development snapshot <v0.47.8>
Browse files Browse the repository at this point in the history
  • Loading branch information
HammerGS committed Aug 3, 2020
1 parent 607a348 commit 164b6f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ allprojects {

subprojects {
group = 'org.megamek'
version = '0.47.8-SNAPSHOT'
version = '0.47.8'
}

ext {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
org.gradle.jvmArgs=-Dfile.encoding=utf-8
org.gradle.java.home=C:\\Program Files\\Java\\jdk1.8.0_241
2 changes: 1 addition & 1 deletion megamek/src/megamek/MegaMek.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
public class MegaMek {
private static MMLogger logger = null;

public static String VERSION = "0.47.8-SNAPSHOT";
public static String VERSION = "0.47.8";
public static long TIMESTAMP = new File(PreferenceManager.getClientPreferences().getLogDirectory()
+ File.separator + "timestamp").lastModified();

Expand Down

0 comments on commit 164b6f0

Please sign in to comment.