This commit is contained in:
zzz
2025-04-29 07:45:12 -04:00
parent f4ef364d51
commit 36a294d572
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
2025-04-xx [0.4] 2025-04-29 [0.4]
- Remove state=average labels, labels are optional, we don't use labels except for info - Remove state=average labels, labels are optional, we don't use labels except for info
2025-04-15 [0.3] 2025-04-15 [0.3]

View File

@ -12,7 +12,7 @@
<!-- get version number --> <!-- get version number -->
<buildnumber file="scripts/build.number" /> <buildnumber file="scripts/build.number" />
<!-- change version in PromManager when you change this --> <!-- change version in PromManager when you change this -->
<property name="release.number" value="0.3" /> <property name="release.number" value="0.4" />
<!-- make the update su3 --> <!-- make the update su3 -->
<copy file="CHANGES.txt" todir="plugin/" overwrite="true" /> <copy file="CHANGES.txt" todir="plugin/" overwrite="true" />

View File

@ -55,7 +55,7 @@ public class PromManager implements ClientApp {
private ClientAppState _state = UNINITIALIZED; private ClientAppState _state = UNINITIALIZED;
public static final String VERSION = "0.3"; public static final String VERSION = "0.4";
public PromManager(I2PAppContext ctx, ClientAppManager mgr, String args[]) { public PromManager(I2PAppContext ctx, ClientAppManager mgr, String args[]) {
_context = ctx; _context = ctx;