fix encoding issues

This commit is contained in:
zzz
2011-08-21 16:32:15 +00:00
parent 363a3e57ff
commit 5fd7997661
3 changed files with 15 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 = 26;
public final static long BUILD = 27;
/** for example "-test" */
public final static String EXTRA = "-rc";