* I2PThread: Remove logging, too many issues with extra contexts

This commit is contained in:
zzz
2011-07-01 11:27:49 +00:00
parent 57d196edd6
commit 6074a02cf5
3 changed files with 26 additions and 18 deletions

View File

@@ -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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";