Bugfix: Don't load the systray in a 64bit JVM in Windows (closes #506)

This commit is contained in:
kytv
2011-08-17 21:20:21 +00:00
parent a9f943154c
commit 3f979b159d
3 changed files with 8 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 = 21;
public final static long BUILD = 22;
/** for example "-test" */
public final static String EXTRA = "-rc";