forked from I2P_Developers/i2p.i2p
Bumped build number to -13 so tunnel wizard gets tested
This commit is contained in:
@ -1,3 +1,6 @@
|
||||
2012-02-12 str4d
|
||||
* i2ptunnel: Tunnel creation wizard
|
||||
|
||||
2012-02-10 zzz
|
||||
* WorkingDir: Fix detection of migrated directory
|
||||
|
||||
|
@ -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 = 12;
|
||||
public final static long BUILD = 13;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "";
|
||||
|
Reference in New Issue
Block a user