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
@@ -38,7 +38,7 @@ PROJECT_NAME = MentOS
# could be handy for archiving the generated documentation or if some version # could be handy for archiving the generated documentation or if some version
# control system is used. # control system is used.
PROJECT_NUMBER = 0.5.1 PROJECT_NUMBER = 0.5.2
# Using the PROJECT_BRIEF tag one can provide an optional one line description # Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a # for a project that appears at the top of each page and should give viewer a
+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 1 #define OS_MICRO_VERSION 2
/// 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