* RoutingKeyGenerator: Cleanups (ticket #672)

This commit is contained in:
zzz
2012-07-30 22:39:47 +00:00
parent 8bcbf24713
commit 33a00efd82
3 changed files with 35 additions and 10 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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";