Merge branch 'temp'

This commit is contained in:
Joe Kearney 2025-06-05 20:19:59 -05:00
commit fe2d90068e
2 changed files with 27 additions and 5 deletions

View file

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