doc and eepsite index updates

This commit is contained in:
zzz
2009-10-07 17:12:00 +00:00
parent 7dd8f00e95
commit 116762ebce
6 changed files with 17 additions and 7 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 = 22;
public final static long BUILD = 23;
/** for example "-test" */
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;