forked from I2P_Developers/i2p.i2p
bump for review
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
2019-01-18 zzz
|
||||
* Build:
|
||||
- Update translations
|
||||
- Add files for Disco
|
||||
* NTCP: Stop X25519KeyFactory on shutdown (ticket #2388)
|
||||
* Plugins: Fix loading of webapp configuration classes (ticket #2385)
|
||||
|
||||
|
@ -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 = 19;
|
||||
public final static long BUILD = 20;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
Reference in New Issue
Block a user