Fix NB 6.8 goofyness... 'till ant 1.7.1 or > is needed, stay with NB 6.5,

as the newer ones place a check for 1.7.1. We require 1.7.0
This commit is contained in:
sponge
2010-01-02 14:59:50 +00:00
parent 25fc64933a
commit 5065aec773
6 changed files with 38 additions and 196 deletions

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 14;
public final static long BUILD = 15;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;