forked from I2P_Developers/i2p.i2p
-23-rc
Mainly bumping the version because of the theme regression (that I introduced and fixed).
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
2011-12-17 kytv
|
2011-12-17 kytv
|
||||||
* Ukrainian translation updates from Transifex
|
* Ukrainian translation updates from Transifex
|
||||||
|
* Add my key to TrustedUpdate.java
|
||||||
|
|
||||||
2011-12-17 zzz
|
2011-12-17 zzz
|
||||||
* i2psnark:
|
* i2psnark:
|
||||||
|
@ -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 = 22;
|
public final static long BUILD = 23;
|
||||||
|
|
||||||
/** 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