-9
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2010-02-06 zzz
|
||||||
|
* Console: Fix saving update keys, was broken in 0.7.10
|
||||||
|
* i2psnark: Add transmission ID
|
||||||
|
* news.xml: Wrap i2p version tags in XML comment
|
||||||
|
* Transport: Try yet again to prevent two NTCP pumpers
|
||||||
|
|
||||||
2010-02-04 zzz
|
2010-02-04 zzz
|
||||||
* i2psnark: Fix sending stopped events to the tracker
|
* i2psnark: Fix sending stopped events to the tracker
|
||||||
|
|
||||||
|
@ -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 = 8;
|
public final static long BUILD = 9;
|
||||||
|
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "";
|
public final static String EXTRA = "";
|
||||||
|
Reference in New Issue
Block a user