- Don't delete privkey file for a non-persistent client tunnel

(ticket #599)
This commit is contained in:
zzz
2012-02-20 23:19:53 +00:00
parent 939329a96c
commit b8a1ab0138
3 changed files with 7 additions and 3 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 = 16;
public final static long BUILD = 17;
/** for example "-test" */
public final static String EXTRA = "-rc";