bump version to -19 to reflect the upgraded wrapper and jcpuid/jbigi binaries for windows and freebsd

This commit is contained in:
kytv
2011-06-08 14:07:42 +00:00
parent b03f75367d
commit d57925e848
2 changed files with 17 additions and 1 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 = 18;
public final static long BUILD = 19;
/** for example "-test" */
public final static String EXTRA = "";