bump -3 for access filter

This commit is contained in:
zab2
2019-04-02 17:39:32 +00:00
parent 491cd0aa46
commit b7d980df06
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
2019-04-02 zab
* I2PTunnel: mplement access filtering (ticket #2464
2019-03-27 zzz
* NetDB: Cache blinding data for lookups and decryption (proposal #123)

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