forked from I2P_Developers/i2p.i2p
-17 (i2prouter script update)
This commit is contained in:
@ -1,3 +1,6 @@
|
|||||||
|
2011-09-13 kytv
|
||||||
|
* Update i2prouter script
|
||||||
|
|
||||||
2011-09-12 zzz
|
2011-09-12 zzz
|
||||||
* build.xml: Run test scripts at release time
|
* build.xml: Run test scripts at release time
|
||||||
* Build Executor:
|
* Build Executor:
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 16;
|
public final static long BUILD = 17;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user