Build: Fix Debian (ticket #2517)

This commit is contained in:
zzz
2019-06-02 10:17:59 +00:00
parent b5de81582f
commit eff2bdbf87
3 changed files with 34 additions and 4 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 = 7;
public final static long BUILD = 8;
/** for example "-test" */
public final static String EXTRA = "";