This commit is contained in:
dev
2009-12-13 09:26:10 +00:00
parent 0c0eb5765d
commit 7feed50af4
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2009-12-12 zzz
* Disable InternalSockets until it's fixed
* Sort peers on tunnels.jsp by country
* fix NPE in ^^
2009-12-11 zzz
* Addressbook, susidns: Rework addressbook into a

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 = 4;
public final static long BUILD = 5;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;