Save graph settings when changed

This commit is contained in:
zzz
2010-01-18 17:39:12 +00:00
parent 35a0dafb83
commit 2db5914ba0
4 changed files with 55 additions and 8 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 = "-rc";