filter pattern tweaks

This commit is contained in:
zzz
2014-07-26 13:43:52 +00:00
parent f0dd09cf9c
commit 2c8223274d
3 changed files with 9 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 = 22;
public final static long BUILD = 23;
/** for example "-test" */
public final static String EXTRA = "-rc";