fix persistent client key on split directories - thanks user!

This commit is contained in:
zzz
2009-10-09 13:56:34 +00:00
parent 376d61c155
commit 088f9558ec
3 changed files with 15 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 = 24;
public final static long BUILD = 25;
/** for example "-test" */
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;