forked from I2P_Developers/i2p.i2p
-1
This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
|
2011-11-09 zzz
|
||||||
|
* Console: Add ability to hide news
|
||||||
|
* I2PTunnel IRC Client: Don't filter PASS (ticket #549)
|
||||||
|
* Licenses: Update information
|
||||||
|
* Router: Clean up config map methods and uses
|
||||||
|
* wrapper.config: Increase shutdown timeout
|
||||||
|
|
||||||
* 2011-11-08 0.8.11 released
|
* 2011-11-08 0.8.11 released
|
||||||
|
|
||||||
2011-11-05 kytv
|
2011-11-05 kytv
|
||||||
|
@ -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 = 0;
|
public final static long BUILD = 1;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user