forked from I2P_Developers/i2p.i2p
-11
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2011-11-28 zzz
|
||||
* Specify locale in all toLowerCase() and toUpperCase() calls to
|
||||
avoid the "Turkish four i problem";
|
||||
replace most equalsIgnoreCase() calls too.
|
||||
* Update: Files listed in deletelist.txt will be deleted
|
||||
|
||||
2011-11-28 kytv
|
||||
* IRCClient: Add IRCop commands (and other safe commands) to the whitelist
|
||||
|
||||
|
||||
@@ -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 = 10;
|
||||
public final static long BUILD = 11;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
||||
Reference in New Issue
Block a user