2 Commits

Author SHA1 Message Date
Enrico Fraccaroli 510a2c0e73 Merge branch 'hotfix/v0.5.4' 2022-12-19 12:21:50 +01:00
Enrico Fraccaroli 4f650b3704 Update version. 2022-12-19 12:21:40 +01:00
+1 -1
View File
@@ -21,7 +21,7 @@
#define OS_MINOR_VERSION 5
/// Micro version of the operating system.
#define OS_MICRO_VERSION 3
#define OS_MICRO_VERSION 4
/// Helper to transform the given argument into a string.
#define OS_STR_HELPER(x) #x