* Streaming: Throw IOE if socket is closed (ticket #1077),

never return null from stream getters
This commit is contained in:
zzz
2013-10-17 13:39:00 +00:00
parent 5f7a761e42
commit 255ebe7efb
4 changed files with 26 additions and 12 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 = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "";