Skip to content

Commit

Permalink
Stable Release <0.46.1>
Browse files Browse the repository at this point in the history
  • Loading branch information
neoancient committed Jan 17, 2020
1 parent b247c30 commit 69f5b6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.46.1-SNAPSHOT'
version = '0.46.1'
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion megamek/docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION HISTORY:
----------------
v0.46.1-SNAPSHOT
0.46.1 (2020-01-17 0800 UTC)
+ Fix large craft bay cost calculations
+ Bug: Vehicle reduced to half movement not considered heavy damage
+ PR #1473: Allow the bot to gracefully handle deployment of grounded dropships on maps with no valid places to put them
Expand Down
2 changes: 1 addition & 1 deletion megamek/src/megamek/MegaMek.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class MegaMek {

private static final MMLogger logger = DefaultMmLogger.getInstance();

public static String VERSION = "0.46.1-SNAPSHOT"; //$NON-NLS-1$
public static String VERSION = "0.46.1"; //$NON-NLS-1$
public static long TIMESTAMP = new File(PreferenceManager
.getClientPreferences().getLogDirectory()
+ File.separator
Expand Down

0 comments on commit 69f5b6f

Please sign in to comment.