* Systray: Better detection of 64-bit Windows (tickets #756, #912)

- Don't even instantiate systray unless on 32-bit Windows
This commit is contained in:
zzz
2013-04-17 14:49:25 +00:00
parent 6af73d087b
commit 9443a96f0c
4 changed files with 21 additions and 4 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 = 6;
public final static long BUILD = 7;
/** for example "-test" */
public final static String EXTRA = "";