Fix processing of translated news

This commit is contained in:
zzz
2015-07-27 18:10:01 +00:00
parent d848a19ab0
commit 9efe60d7a8
3 changed files with 10 additions and 2 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 = 20;
public final static long BUILD = 21;
/** for example "-test" */
public final static String EXTRA = "-rc";