This commit is contained in:
zzz
2017-11-06 23:47:27 +00:00
parent 2b8f14f709
commit e4814a7d06
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
2017-11-07 zzz
* Utils: Constant-time password check
* 2017-11-07 0.9.32 released
2017-11-03 zzz

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 = 0;
public final static long BUILD = 1;
/** for example "-test" */
public final static String EXTRA = "";