mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
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