forked from I2P_Developers/i2p.i2p
-13
This commit is contained in:
@ -1,3 +1,12 @@
|
|||||||
|
2010-11-28 zzz
|
||||||
|
* Build: Move all dependencies to top-level build.xml,
|
||||||
|
so each sub-build.xml is only executed once
|
||||||
|
* i2psnark:
|
||||||
|
- Fix NPE and other partials bugs
|
||||||
|
- More extension message stubbing
|
||||||
|
- Log tweaks
|
||||||
|
* I2PTunnel: Deprecate destFromName()
|
||||||
|
|
||||||
2010-11-27 zzz
|
2010-11-27 zzz
|
||||||
* Build:
|
* Build:
|
||||||
- Add man pages to package
|
- Add man pages to package
|
||||||
|
@ -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 = 12;
|
public final static long BUILD = 13;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user