* I2PTunnel: More error propagation fixes

This commit is contained in:
zzz
2010-07-03 13:59:46 +00:00
parent 2a96c9a145
commit 5dee6cb3d5
3 changed files with 60 additions and 22 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 = 6;
public final static long BUILD = 7;
/** for example "-test" */
public final static String EXTRA = "";