* Add wrapper.config and i2prouter comments for 'portable'

* Recognize same base and config dir in WorkingDir
    * Reformat XInfoPanel in installer for clarity
This commit is contained in:
zzz
2009-07-26 14:55:01 +00:00
parent 3c76fda8d9
commit cc533b0431
6 changed files with 45 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 = 26;
public final static long BUILD = 27;
/** for example "-test" */
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;