i2ptunnel: Change default encType to both for new tunnels,

http client, shared clients, and all tunnels for new installs (ticket #2751)
Change IRC tunnel sigType to EdDSA for new installs (ticket #2749)
This commit is contained in:
zzz
2020-07-22 15:34:43 +00:00
parent 4d3561c92a
commit 896dbfbacf
6 changed files with 47 additions and 5 deletions

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