Updated System K for Release v00.43

This commit is contained in:
Joe Kearney 2025-09-20 14:52:33 -05:00
parent e632408cb3
commit 2a6b8b5cd5
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
#define VERSION_H
#define VERSION_MAJOR 00
#define VERSION_MINOR 42
#define VERSION_MINOR 43
#define STRINGIFY(number) #number
#define VERSION_STRING(major, minor) STRINGIFY(major) "." STRINGIFY(minor)