Store magnet parameters across restart (ticket #1485)

This commit is contained in:
zzz
2015-09-17 20:19:10 +00:00
parent d5a0d95c61
commit 84abfa0190
3 changed files with 70 additions and 12 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 = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";