Update version.h

This commit is contained in:
DavidXanatos 2023-08-01 08:17:06 +02:00
parent 04e3a4cd14
commit 6d96c53a1c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#define VERSION_MJR 1 #define VERSION_MJR 1
#define VERSION_MIN 10 #define VERSION_MIN 10
#define VERSION_REV 2 #define VERSION_REV 2
#define VERSION_UPD 0 #define VERSION_UPD 1
#ifndef STR #ifndef STR
#define STR2(X) #X #define STR2(X) #X