* Build: Fix unpack problem on Java 5: http://forum.i2p/viewtopic.php?t=7334

This commit is contained in:
zzz
2012-09-15 13:12:00 +00:00
parent b317eca5e3
commit ccb8483766
3 changed files with 10 additions and 3 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 = 24;
public final static long BUILD = 25;
/** for example "-test" */
public final static String EXTRA = "-rc";