* i2psnark: Fix request tracking bug preventing piece requests

This commit is contained in:
zzz
2012-10-14 16:38:36 +00:00
parent 184220f4c5
commit 8df2a2d00a
5 changed files with 41 additions and 6 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 = 14;
public final static long BUILD = 15;
/** for example "-test" */
public final static String EXTRA = "";