history for prop, -4

This commit is contained in:
zzz
2015-04-16 23:25:49 +00:00
parent 50b68d4e1c
commit 6ceb4fcf42
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
2015-04-16 zzz
* I2CP: Run DistributeLocal jobs inline (ticket #1506)
* i2psnark: Increase max tunnels to 10
* i2ptunnel: Don't start tunnels in constructors (ticket #815)
* NetDB: Reduce max search depth
* Transport: Fix active peer count for NTCP
2015-04-15 tuna

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 = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";