This commit is contained in:
zzz
2010-02-06 18:55:11 +00:00
parent 49fae646e2
commit 2a99e2a295
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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 = "";