Merge branch 'release/v0.5.3'

This commit is contained in:
Enrico Fraccaroli
2022-12-19 11:59:15 +01:00
+1 -1
View File
@@ -21,7 +21,7 @@
#define OS_MINOR_VERSION 5 #define OS_MINOR_VERSION 5
/// Micro version of the operating system. /// Micro version of the operating system.
#define OS_MICRO_VERSION 2 #define OS_MICRO_VERSION 3
/// Helper to transform the given argument into a string. /// Helper to transform the given argument into a string.
#define OS_STR_HELPER(x) #x #define OS_STR_HELPER(x) #x