Rewrite the OVCM handling.

This commit is contained in:
Jonathan Naylor 2022-05-23 22:35:14 +01:00
parent 33939d8cf5
commit fe195c4e40
6 changed files with 51 additions and 68 deletions

View file

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