bump to -1 after merge of stuff that missed the release

This commit is contained in:
zzz
2010-11-15 13:27:24 +00:00
parent b0ae907a86
commit bdbbe30c2c

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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";