forked from I2P_Developers/i2p.i2p
-20-rc
This commit is contained in:
@ -1,3 +1,6 @@
|
|||||||
|
2014-05-14 kytv
|
||||||
|
* Update the UserAgent that we send for users that go out through the outproxy
|
||||||
|
|
||||||
2014-05-13 zzz
|
2014-05-13 zzz
|
||||||
* BOB, SAM, i2psnark: Fix datagram NPE (ticket #1275)
|
* BOB, SAM, i2psnark: Fix datagram NPE (ticket #1275)
|
||||||
* i2psnark: Escaping fixes on details page
|
* i2psnark: Escaping fixes on details page
|
||||||
|
@ -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 = 19;
|
public final static long BUILD = 20;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "-rc";
|
public final static String EXTRA = "-rc";
|
||||||
|
Reference in New Issue
Block a user