* i2ptunnel:

- Fixes for stopping client tunnels
   - Fix status display for shared clients
   - Log tweaks
This commit is contained in:
zzz
2014-09-13 14:49:38 +00:00
parent d808b999c6
commit eab4397b0f
5 changed files with 84 additions and 21 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 = 18;
public final static long BUILD = 19;
/** for example "-test" */
public final static String EXTRA = "-rc";