Update version.h

This commit is contained in:
DavidXanatos 2022-12-20 09:24:02 +01:00
parent f81130cf2e
commit e1a3354673
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 6 #define VERSION_MIN 6
#define VERSION_REV 2 #define VERSION_REV 2
#define VERSION_UPD 1 #define VERSION_UPD 2
#ifndef STR #ifndef STR
#define STR2(X) #X #define STR2(X) #X