0.0.4
This commit is contained in:
@ -207,7 +207,7 @@
|
||||
</delete>
|
||||
<!-- get version number -->
|
||||
<buildnumber file="scripts/build.number" />
|
||||
<property name="release.number" value="0.0.5" />
|
||||
<property name="release.number" value="0.0.4" />
|
||||
|
||||
<!-- make the update xpi2p -->
|
||||
<!-- this contains everything except i2ptunnel.config -->
|
||||
|
@ -1,4 +1,4 @@
|
||||
0.0.4 - 2022-01-xx
|
||||
0.0.4 - 2022-02-18
|
||||
***
|
||||
* Build fixes
|
||||
* Support i2pcontrol HTTP Java console webapp at port 7657
|
||||
|
@ -8,7 +8,7 @@ package net.i2p.itoopie;
|
||||
public class ItoopieVersion {
|
||||
|
||||
/** Version of itoopie */
|
||||
public static final String VERSION = "0.0.4-beta5";
|
||||
public static final String VERSION = "0.0.4";
|
||||
|
||||
/** Version of the I2PControl API implemented */
|
||||
public static final int I2PCONTROL_API_VERSION = 1;
|
||||
|
Reference in New Issue
Block a user