GeoIP, blocklist, checklist update

GeoIP from Maxmind 2017-02-07
This commit is contained in:
zzz
2017-02-20 18:20:38 +00:00
parent 380f55a0e8
commit 3f452c5acb
6 changed files with 33901 additions and 13584 deletions

View File

@ -18,10 +18,10 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 8;
public final static long BUILD = 9;
/** for example "-test" */
public final static String EXTRA = "";
public final static String EXTRA = "-rc";
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
public static void main(String args[]) {
System.out.println("I2P Router version: " + FULL_VERSION);