X25 cleanups.

This commit is contained in:
Jonathan Naylor
2020-06-09 14:32:05 +01:00
parent dbe04c3c2f
commit d409700a31
4 changed files with 60 additions and 18 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20200608";
const char* VERSION = "20200609";
#endif