forked from I2P_Developers/i2p.i2p
Bump for review
This commit is contained in:
10
history.txt
10
history.txt
@ -1,3 +1,13 @@
|
||||
2021-02-15 zzz
|
||||
* Build: Test script fixes
|
||||
* Pull translations from Transifex
|
||||
|
||||
2021-02-13 zzz
|
||||
* Util: Update router su3 keys
|
||||
|
||||
2021-02-10 zzz
|
||||
* Util: Fix up KeyStoreUtil CLI
|
||||
|
||||
2021-02-06 zzz
|
||||
* Proxy: Update default jump servers
|
||||
* NetDB:
|
||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
||||
/** deprecated */
|
||||
public final static String ID = "Monotone";
|
||||
public final static String VERSION = CoreVersion.VERSION;
|
||||
public final static long BUILD = 17;
|
||||
public final static long BUILD = 18;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
Reference in New Issue
Block a user