filter logging

This commit is contained in:
zzz
2014-07-26 12:18:35 +00:00
parent 4746d9eb80
commit f0dd09cf9c
2 changed files with 16 additions and 4 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 = 21;
public final static long BUILD = 22;
/** for example "-test" */
public final static String EXTRA = "-rc";