Irc{Outbound,Inbound}Filter:

- Silence 'no streams' warning when we can't connect to an IRC server. Change to WARN.
This commit is contained in:
dg2-new
2015-06-08 19:35:18 +00:00
parent 97aeecd865
commit ff2ea9ac3e
4 changed files with 7 additions and 5 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 = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";