update version

This commit is contained in:
zzz
2014-02-17 13:14:23 +00:00
parent 2cacded182
commit 8c98ef7328
15 changed files with 28 additions and 28 deletions

View File

@@ -178,7 +178,7 @@ public class EditBean extends IndexBean {
return getBooleanProperty(tunnel, "i2cp.encryptLeaseSet");
}
/** @since 0.9.11 */
/** @since 0.9.12 */
public int getSigType(int tunnel) {
return getProperty(tunnel, I2PClient.PROP_SIGTYPE, 0);
}
@@ -351,7 +351,7 @@ public class EditBean extends IndexBean {
return Addresses.getAllAddresses();
}
/** @since 0.9.11 */
/** @since 0.9.12 */
public boolean isAdvanced() {
return _context.getBooleanProperty("routerconsole.advanced");
}

View File

@@ -964,7 +964,7 @@ public class IndexBean {
_certSigner = val;
}
/** @since 0.9.11 */
/** @since 0.9.12 */
public void setSigType(String val) {
if (val != null) {
_otherOptions.put(I2PClient.PROP_SIGTYPE, val);