forked from I2P_Developers/i2p.i2p
history for prop, -4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user