* Fix i2psnark dir when started from Windows no-wrapper (ticket #627)

This commit is contained in:
zzz
2012-04-20 13:44:41 +00:00
parent 79a7c14fdf
commit 112b88a7f9
5 changed files with 13 additions and 10 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 = 27;
public final static long BUILD = 28;
/** for example "-test" */
public final static String EXTRA = "";