fix displayed version
This commit is contained in:
@ -16,6 +16,7 @@
|
|||||||
<delete dir="plugin/eepsite/docroot/torrents/" />
|
<delete dir="plugin/eepsite/docroot/torrents/" />
|
||||||
<!-- get version number -->
|
<!-- get version number -->
|
||||||
<buildnumber file="scripts/build.number" />
|
<buildnumber file="scripts/build.number" />
|
||||||
|
<!-- NOTE: Change VERSION in ZzzOTController when you change this -->
|
||||||
<property name="release.number" value="0.19.0" />
|
<property name="release.number" value="0.19.0" />
|
||||||
|
|
||||||
<!-- make the update xpi2p -->
|
<!-- make the update xpi2p -->
|
||||||
|
@ -81,7 +81,7 @@ public class ZzzOTController implements ClientApp {
|
|||||||
private static final String NAME = "ZzzOT";
|
private static final String NAME = "ZzzOT";
|
||||||
private static final String DEFAULT_SITENAME = "ZZZOT";
|
private static final String DEFAULT_SITENAME = "ZZZOT";
|
||||||
private static final String PROP_SITENAME = "sitename";
|
private static final String PROP_SITENAME = "sitename";
|
||||||
private static final String VERSION = "0.18.0";
|
private static final String VERSION = "0.20.0-beta";
|
||||||
private static final String DEFAULT_SHOWFOOTER = "true";
|
private static final String DEFAULT_SHOWFOOTER = "true";
|
||||||
private static final String PROP_SHOWFOOTER = "showfooter";
|
private static final String PROP_SHOWFOOTER = "showfooter";
|
||||||
private static final String DEFAULT_FOOTERTEXT = "Running <a href=\"http://git.idk.i2p/i2p-hackers/i2p.plugins.zzzot\" target=\"_blank\">ZZZOT</a> " + VERSION;
|
private static final String DEFAULT_FOOTERTEXT = "Running <a href=\"http://git.idk.i2p/i2p-hackers/i2p.plugins.zzzot\" target=\"_blank\">ZZZOT</a> " + VERSION;
|
||||||
|
Reference in New Issue
Block a user