forked from I2P_Developers/i2p.i2p
bump
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2014-01-04 zzz
|
||||||
|
* Peermanager: Disable small same-country bonus
|
||||||
|
* Tunnels: Change client default to 3 hops in router;
|
||||||
|
change expl. default to 2+0 IB and 2 + 0-1 OB
|
||||||
|
|
||||||
2014-01-04 dg
|
2014-01-04 dg
|
||||||
* Streaming: Move streaming to new package (ticket #1135)
|
* Streaming: Move streaming to new package (ticket #1135)
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 3;
|
public final static long BUILD = 4;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user