This commit is contained in:
zzz
2020-08-29 13:44:11 +00:00
parent 6a69cef2a8
commit 22eeb90b81
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2020-08-29 zzz
* i2ptunnel: Prevent creating bad alt destination when
tunnel is running
* 2020-08-24 0.9.47 released
2020-08-14 zzz

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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";