This commit is contained in:
kytv
2014-05-14 14:18:24 +00:00
parent 2bf2eb482e
commit 06de347373
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2014-05-14 kytv
* Update the UserAgent that we send for users that go out through the outproxy
2014-05-13 zzz
* BOB, SAM, i2psnark: Fix datagram NPE (ticket #1275)
* i2psnark: Escaping fixes on details page

View File

@ -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 = 19;
public final static long BUILD = 20;
/** for example "-test" */
public final static String EXTRA = "-rc";