Small cleanups.

This commit is contained in:
Jonathan Naylor 2024-08-31 20:12:10 +01:00
parent aa03a96925
commit 001dfd6db6
2 changed files with 2 additions and 2 deletions

View file

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