i2psnark: Fix overflow in ratio sorter (ticket #2129)

This commit is contained in:
zzz
2018-01-04 11:28:49 +00:00
parent a827b2f964
commit 62210c8165
3 changed files with 36 additions and 9 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 = 16;
public final static long BUILD = 17;
/** for example "-test" */
public final static String EXTRA = "";