fix 1 sec tag causing po error

This commit is contained in:
zzz
2010-12-18 13:22:47 +00:00
parent 7944065e3f
commit 59e5ec7426
2 changed files with 2 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 = 37;
public final static long BUILD = 38;
/** for example "-test" */
public final static String EXTRA = "-rc";