* Streaming: Fix instantiation failure with blacklist entries,

caused by bad fix for ticket #1070
This commit is contained in:
zzz
2013-10-27 17:09:29 +00:00
parent 7839c0fec3
commit f0f363e8c3
3 changed files with 6 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 = 12;
public final static long BUILD = 13;
/** for example "-test" */
public final static String EXTRA = "";