Fix addWebApplications API goofup, Bump BOB version, which I forgot to do.

This commit is contained in:
sponge
2010-02-13 13:46:10 +00:00
parent bd068058c3
commit 51a1564566
4 changed files with 32 additions and 2 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 = 13;
public final static long BUILD = 14;
/** for example "-test" */
public final static String EXTRA = "";