0.2
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
2025-04-xx [0.2]
|
||||
- Add units using heuristics
|
||||
2025-04-10 [0.2]
|
||||
- Add units using heuristics (All seconds and bytes metrics renamed)
|
||||
- Scale time unit ms to seconds
|
||||
- Add rate event counters
|
||||
- Add frequency event counters
|
||||
|
@ -12,7 +12,7 @@
|
||||
<!-- get version number -->
|
||||
<buildnumber file="scripts/build.number" />
|
||||
<!-- change version in PromManager when you change this -->
|
||||
<property name="release.number" value="0.1" />
|
||||
<property name="release.number" value="0.2" />
|
||||
|
||||
<!-- make the update su3 -->
|
||||
<copy file="CHANGES.txt" todir="plugin/" overwrite="true" />
|
||||
|
@ -51,7 +51,7 @@ public class PromManager implements ClientApp {
|
||||
|
||||
private ClientAppState _state = UNINITIALIZED;
|
||||
|
||||
public static final String VERSION = "0.1";
|
||||
public static final String VERSION = "0.2";
|
||||
|
||||
public PromManager(I2PAppContext ctx, ClientAppManager mgr, String args[]) {
|
||||
_context = ctx;
|
||||
|
Reference in New Issue
Block a user