You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
232 B
7 lines
232 B
20 years ago
|
package de.anomic.yacy;
|
||
|
|
||
|
public final class yacyVersion {
|
||
|
public static final float YACY_SUPPORTS_PORT_FORWARDING = (float) 0.383;
|
||
|
public static final float YACY_SUPPORTS_GZIP_POST_REQUESTS = (float) 0.40300772;
|
||
|
}
|