bump for review

This commit is contained in:
zzz
2019-01-18 20:47:08 +00:00
parent ebcf187df6
commit f224a770f0
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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";