Addressbook: Add initial support for signatures in subscriptions

More cleanups
SingleFileNamingService: Store signature properties on write
This commit is contained in:
zzz
2016-04-17 20:20:10 +00:00
parent 0ceb9576b9
commit b69677b709
9 changed files with 635 additions and 54 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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";