Build: Add non-pack200 release targets (ticket #2693)

Update: Don't require pack200 for in-net update (ticket #2693)
This commit is contained in:
zzz
2020-02-20 18:36:03 +00:00
parent 2524a7a69d
commit 4bcd896829
6 changed files with 42 additions and 9 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 = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "-rc";