forked from I2P_Developers/i2p.i2p
-5
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
2009-12-12 zzz
|
||||
* Disable InternalSockets until it's fixed
|
||||
* Sort peers on tunnels.jsp by country
|
||||
* fix NPE in ^^
|
||||
|
||||
2009-12-11 zzz
|
||||
* Addressbook, susidns: Rework addressbook into a
|
||||
|
@ -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 = 4;
|
||||
public final static long BUILD = 5;
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||
|
Reference in New Issue
Block a user