forked from I2P_Developers/i2p.i2p
-12
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2011-11-29 zzz
|
||||
* Random: Use new nextBytes(buf, off, len) for efficiency
|
||||
* Router: Refactor periodic tasks to their own files
|
||||
|
||||
2011-11-28 zzz
|
||||
* Specify locale in all toLowerCase() and toUpperCase() calls to
|
||||
avoid the "Turkish four i problem";
|
||||
|
@ -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 = 11;
|
||||
public final static long BUILD = 12;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user