imagegen: Catch render error (ticket #2507)

This commit is contained in:
zzz
2019-06-25 17:58:52 +00:00
parent 7ecee9dfdb
commit 87109c8fef
3 changed files with 22 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 = 12;
public final static long BUILD = 13;
/** for example "-test" */
public final static String EXTRA = "-rc";