Debian: Fix patch offsets

This commit is contained in:
zzz
2020-08-01 14:16:16 +00:00
parent f8b04e398e
commit b78f6a645c
4 changed files with 20 additions and 6 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 = 9;
public final static long BUILD = 10;
/** for example "-test" */
public final static String EXTRA = "";