Skip to content

Commit

Permalink
+ packaging.xml use --single-branch on clone operations
Browse files Browse the repository at this point in the history
+ ready to develop <0.1.52>
  • Loading branch information
Dylan-M committed Feb 21, 2016
1 parent 1ee08e6 commit e212319
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
VERSION HISTORY:
----------------
v0.1.52-git

v0.1.51 (2016-02-21 14:15 UTC)
+ Updated MegaMek.jar to 0.41.15

Expand Down
2 changes: 1 addition & 1 deletion packaging.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<!-- following pkgdir-* tasks get, build & package the current version from git -->
<target name="pkgdir-get" depends="pkgdir-init" description="get the latest source from git">
<exec executable="git">
<arg line="clone ${gitroot} ${pkgdir}" />
<arg line="clone --single-branch ${gitroot} ${pkgdir}" />
</exec>
<exec executable="git">
<arg line="clone ${mm-gitroot} ${mm-pkgdir}" />
Expand Down
2 changes: 1 addition & 1 deletion src/megameklab/com/MegaMekLab.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import megameklab.com.ui.Mek.MainUI;

public class MegaMekLab {
public static final String VERSION = "0.1.51";
public static final String VERSION = "0.1.52-git";

public static void main(String[] args) {
System.setProperty("apple.laf.useScreenMenuBar", "true");
Expand Down

0 comments on commit e212319

Please sign in to comment.