Update wrapper to 3.5.13

This commit is contained in:
kytv
2012-01-02 16:12:50 +00:00
parent d8e297dde7
commit b391ed15ed
25 changed files with 7 additions and 3 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 = 27;
public final static long BUILD = 28;
/** for example "-test" */
public final static String EXTRA = "-rc";