I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 08a9a01b authored by zzz's avatar zzz
Browse files

bump to 3.3

parent 01d23713
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ import net.i2p.util.VersionComparator; ...@@ -26,7 +26,7 @@ import net.i2p.util.VersionComparator;
*/ */
class SAMHandlerFactory { class SAMHandlerFactory {
private static final String VERSION = "3.2"; private static final String VERSION = "3.3";
private static final int HELLO_TIMEOUT = 60*1000; private static final int HELLO_TIMEOUT = 60*1000;
...@@ -143,6 +143,9 @@ class SAMHandlerFactory { ...@@ -143,6 +143,9 @@ class SAMHandlerFactory {
if (VersionComparator.comp(VERSION, minVer) >= 0 && if (VersionComparator.comp(VERSION, minVer) >= 0 &&
VersionComparator.comp(VERSION, maxVer) <= 0) VersionComparator.comp(VERSION, maxVer) <= 0)
return VERSION; return VERSION;
if (VersionComparator.comp("3.2", minVer) >= 0 &&
VersionComparator.comp("3.2", maxVer) <= 0)
return "3.2";
if (VersionComparator.comp("3.1", minVer) >= 0 && if (VersionComparator.comp("3.1", minVer) >= 0 &&
VersionComparator.comp("3.1", maxVer) <= 0) VersionComparator.comp("3.1", maxVer) <= 0)
return "3.1"; return "3.1";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment