- /confighome validation fixes

- AJAX fixes
  - Translate 'router is down' message
This commit is contained in:
zzz
2012-03-03 22:55:24 +00:00
parent 8cd9fb80ba
commit 140ffc5c5e
6 changed files with 10 additions and 9 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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";