* i2psnark: Don't send HTML-only headers for icons (2nd try)

This commit is contained in:
zzz
2014-09-16 22:32:05 +00:00
parent fcfb471a8a
commit 8688f26f15
3 changed files with 5 additions and 1 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 = 19;
public final static long BUILD = 20;
/** for example "-test" */
public final static String EXTRA = "-rc";