* SAM: Don't use direct byte buffers for streams (ticket #679)

DatagramServer one stays as it is a singleton.
This commit is contained in:
zzz
2012-08-09 15:12:17 +00:00
parent 8bada7f882
commit 39d9d3f5b6
4 changed files with 18 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 = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "";