* i2psnark: Support HTTP request ranges so in-browser and other http-aware media players work better.

Single range only; no multipart
This commit is contained in:
zzz
2013-04-28 16:46:52 +00:00
parent 0cf7e91475
commit 188ff3392d
4 changed files with 78 additions and 30 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 = 18;
public final static long BUILD = 19;
/** for example "-test" */
public final static String EXTRA = "";