Update version.

This commit is contained in:
Enrico Fraccaroli
2022-12-08 11:28:17 -05:00
parent 5aaddd467c
commit a64ce2f81d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ PROJECT_NAME = MentOS
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 0.4.0
PROJECT_NUMBER = 0.5.1
# 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
+2 -2
View File
@@ -18,10 +18,10 @@
#define OS_MAJOR_VERSION 0
/// Minor version of the operating system.
#define OS_MINOR_VERSION 4
#define OS_MINOR_VERSION 5
/// Micro version of the operating system.
#define OS_MICRO_VERSION 0
#define OS_MICRO_VERSION 1
/// Helper to transform the given argument into a string.
#define OS_STR_HELPER(x) #x