Update version.

This commit is contained in:
Enrico Fraccaroli
2022-12-08 13:23:03 -05:00
parent 206d0ebf05
commit 25b4a34f1b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
#define OS_MINOR_VERSION 5
/// Micro version of the operating system.
#define OS_MICRO_VERSION 1
#define OS_MICRO_VERSION 2
/// Helper to transform the given argument into a string.
#define OS_STR_HELPER(x) #x