* Fix broken 'check for update' button on configupdate.jsp

* history for prop from test3, -16
This commit is contained in:
zzz
2009-08-20 04:13:39 +00:00
parent 7782970d51
commit 9225d01b29
3 changed files with 56 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 = 15;
public final static long BUILD = 16;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;