forked from I2P_Developers/i2p.i2p
-8
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2011-03-22 zzz
|
||||
* Handle GNU JRE returning Long.MAX_VALUE for max memory
|
||||
* i2ptunnel: HTML fixes
|
||||
|
||||
2011-03-20 zzz
|
||||
* Console: Remove cache directives
|
||||
* i2psnark: Fix peers stuck at uninteresting after metainfo fetch
|
||||
|
||||
@@ -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 = 7;
|
||||
public final static long BUILD = 8;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user