Fix a bad merge.

This commit is contained in:
Jonathan Naylor 2026-02-27 16:43:04 +00:00
parent f569e7c921
commit f2c45f2ae5
2 changed files with 1 additions and 2 deletions

View file

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